@foreach (config('translatable.locales') as $locale)
{{ LaravelLocalization::getSupportedLocales()[$locale]['native'] }}
{!! Form::text($locale."[name]", isset($country) ? $country->translate($locale)->name : null, ['class' => 'form-control' , 'placeholder' => trans('dashboard.'.$locale.'.name')]) !!}
{!! Form::text($locale."[nationality]", isset($country) ? $country->translate($locale)->nationality : null, ['class' => 'form-control' , 'placeholder' => trans('dashboard.general.nationality')]) !!}
@endforeach {{--
{{ trans('dashboard.general.public_data') }}
@if (isset($country) && $country->image) @else @endif
--}} @push('parent') {{ trans('dashboard.country.categories') }} @endpush @section('current',$current) @section('page_styles') @endsection @section('vendor_scripts') @endsection @section('page_scripts') @endsection