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

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

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

@endsection @section("content")

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

@csrf
@error("code")
{{$message}}
@enderror
@error("name")
{{$message}}
@enderror
@error("name_ar")
{{$message}}
@enderror
@endsection @section("scripts") @endsection