@extends("layouts.admin.app") @section("page-title") {{__("Dashboard")}} @endSection @section("page-nav-title")

{{__("cities")}}

{{__("all-cities")}}

@endsection @section("content")

{{__("edit-city")}}

id)}}" enctype="multipart/form-data"> @csrf @method("put")
@error("name_en")
{{$message}}
@enderror
@error("name_ar")
{{$message}}
@enderror

@error("location")
{{$message}}
@enderror
@endsection @section("scripts") @endsection