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

Area

edit area

@endsection @section("content")

Edit Area

$area->id, "city_id" => $city->id])}}" enctype="multipart/form-data"> @csrf @method("put")
@error("area_name")
{{$message}}
@enderror
@endsection @section("scripts") @endsection