@extends("layouts.dashboard.app") @section("page-nav-title")

Categories

edit category

@endsection @section("content")

Edit Category

id)}}" enctype="multipart/form-data"> @csrf @method("put")
@error("category_name_en")
{{$message}}
@enderror
@error("category_name_ar")
{{$message}}
@enderror

@error("category_photo")
{{$message}}
@enderror
@endsection @section("scripts") @endsection