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

{{__("Categories Branches")}}

{{__('edit category branch')}}

@endsection @section("content")

{{__('Edit Category Branch')}}

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

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