{{--
--}}
{!! trans('dashboard.general.locales') !!}
@foreach (config('translatable.locales') as $locale)
{!! Form::text($locale . '[name]', isset($city) ? $city->translate($locale)->name : null, ['class' => 'form-control', 'placeholder' => trans('dashboard.' . $locale . '.name'), 'id' => 'modern-{{ $locale }}']) !!}
@endforeach
{{-- --}}
{{ trans('dashboard.general.public_data') }}
{{-- city_code --}} {{--
--}} {{--
--}} {{-- --}} {{-- {!! Form::text('city_code', isset($city) ? $city->city_code : null, ['class' => 'form-control', 'placeholder' => trans('dashboard.city.city_code'), 'id' => 'modern-city_code']) !!}--}} {{--
--}} {{--
--}}
@section('vendor_styles') @endsection @section('page_styles') @endsection @section('vendor_scripts') @endsection @section('page_scripts') @endsection