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

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

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