@php $city = $city ?? null; $locale = request()->locale ?? app()->getLocale(); $translations = []; if ($city && $locale) { $translations = parse_translation($city, $locale); } @endphp {{ translate('Edit City') }} @if (is_active('city.translate') === 'active')

{{ translate('Translate Language') }}

@endif
@method('put') @csrf