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

{!! Form::open(['id' => 'EditInstaForm', 'files' => 'true']) !!}
{{ Form::hidden('id', null, ['id' => 'editVcard']) }} {{ Form::hidden('id', null, ['id' => 'editEmbedId']) }}
{{ Form::select('type', \App\Models\InstagramEmbed::TYPE, null, [ 'class' => 'form-control form-select form-select-solid fw-bold', 'data-control' => 'select2', 'data-dropdown-parent' => '#editInstagramEmbedModal', 'id' => 'editTypeId', ]) }}
{{ Form::textarea('embedtag', null, ['class' => 'form-control', 'placeholder' => __('messages.form.short_description'), 'rows' => '5', 'required', 'id' => 'editEmbedtag']) }}
{{ Form::button(__('messages.common.save'), ['type' => 'submit', 'class' => 'btn btn-primary me-3', 'id' => 'editInstagramEmbedSave']) }}
{!! Form::close() !!}