{{ __('messages.vcard.new_gallery') }}

{!! Form::open(['id'=>'addGalleryForm', 'files' => 'true']) !!}
{{ Form::hidden('vcard_id', $vcard->id) }}
{{ Form::select('type', \App\Models\Gallery::TYPE,null, ['class' => 'form-control form-select form-select-solid fw-bold', 'required','data-dropdown-parent' => '#addGalleryModal','placeholder'=>'Select Type', 'data-control' => 'select2','id'=>'typeId']) }}
{{ Form::label('link', __('messages.gallery.youtube').':', ['class' => 'form-label fs-6 fw-bolder required text-gray-700 mb-3']) }} {{ Form::url('link', null, ['class' => 'form-control', 'placeholder' => 'https://www.youtube.com/watch?v=hAGbufevHM4','id'=>'linkRequired']) }}

{{ Form::button(__('messages.common.save'), ['type'=>'submit','class' => 'btn btn-primary me-3','id'=>'GallerySave']) }}
{!! Form::close() !!}