@extends("layouts.dashboard.app") @section("page-nav-title")

{{__('Cities')}}

{{__('add new city')}}

@endsection @section("content")

{{__('Add New City')}}

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