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

{{__("cities")}}

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

@endsection @section("content")

{{__("create-new-city")}}

@csrf
@error("name_en")
{{$message}}
@enderror
@error("name_ar")
{{$message}}
@enderror

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