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

{{__("sub-areas")}}

{{__("all-sub-areas")}}

@endsection @section("content")

{{__("edit-sub-area")}}

id)}}" enctype="multipart/form-data"> @csrf @method("put")
@error("area_id")
{{$message}}
@enderror
@error("sub_area_name")
{{$message}}
@enderror
@endsection @section("scripts") @endsection