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

{{__("Classifications")}}

{{__("All Classifications")}}

@endsection @section("content")

{{__("Edit ClassificationsController")}}

id)}}" enctype="multipart/form-data"> @csrf @method("put") @csrf
@error("name_en")
{{$message}}
@enderror
@error("name_ar")
{{$message}}
@enderror
@error("type")
{{$message}}
@enderror
@error("view_in")
{{$message}}
@enderror

@endsection @section("scripts") @endsection