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

{{__("Sub Categories")}}

{{__("All Sub Categories")}}

@endsection @section("css-links") @endsection @section("content")

{{__("Edit Sub Category")}}

$category->mainCategory->id, "id" => $category->id])}}" enctype="multipart/form-data"> @csrf @method("put")
@error("name_en")
{{$message}}
@enderror
@error("name_ar")
{{$message}}
@enderror
{{--
--}}
@error("main_category_photo")
{{$message}}
@enderror
@endsection @section("scripts") @endsection