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

{{__("Categories")}}

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

@endsection @section("content")

{{__("Edit Category")}}

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