{!!Form::hidden('country_id', $country->id)!!}
{!!Form::text('official_name', null, ['class' => 'form-control'])!!}
{!!Form::text('slug', null, ['class' => 'form-control', 'placeholder' => 'Spaces not allowed. Use "-" instead'])!!}
{!!Form::text('order', null, ['class' => 'form-control', 'placeholder' => 'If no priority needed leave 999'])!!}
{!!Form::checkbox('visible', 1, null, ['class' => 'iswitch iswitch-purple'])!!}
@include('admin.includes.translatable-fields', ['translatedAttributesMeta' => App\Models\Geo\City::$translatedAttributesMeta, 'autoTranslate' => true])
@section('footer_js') @include('admin.includes.froala-init') @overwrite