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

{{__("main-classifications")}}

{{__("all-main-classifications")}}

@endsection @section("content")

{{__("edit-main-classification")}}

id)}}" enctype="multipart/form-data"> @csrf @method("put")
@error("code")
{{$message}}
@enderror
@error("name")
{{$message}}
@enderror
@error("name_ar")
{{$message}}
@enderror
@endsection