@extends("layouts.admin.app") @section("page-header")

Categories

@endsection @section("content")

{{__("Edit Category")}}

$category->id, "id" => $subCategory->id])}}" method="post"> @csrf @method("put")

{{__("Edit Category")}}

@error("name_en")
{{$message}}
@enderror
@error("name_ar")
{{$message}}
@enderror
@endsection @section("js-scripts") @endsection