@extends('admin.layouts.container') @section('content')

{{ $head ?? ''}}

@if($city ?? '' && $city->id) @method('PUT') @endif @csrf
@foreach(languages() as $language)
@endforeach
@endsection @section('inner_js') {{-- get regions by country --}} @include('admin.partials._script') @endsection