@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