@extends("layouts.admin.app") @section("page-title") {{__("Dashboard")}} @endSection @section("page-nav-title")
{{__("Main category-branch")}}
{{__("All Main category-branch")}}
{{__("Dashboard")}}
{{__("Main category-branch")}}
{{__("Create")}}
@endsection @section("content")
{{__("Create New Main Category")}}
@csrf
{{__("English Main Category Name")}}
@error("name_en")
{{$message}}
@enderror
{{__("Arabic Main Category Name")}}
@error("name_ar")
{{$message}}
@enderror
@endsection @section("scripts") @endsection