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

{{__('Warehouse and Operator Categories')}}

{{__('edit category')}}

@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