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

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

{{__('Edit Item')}}

@endsection @section("content") @include("layouts.main-parts.page-message")

{{__('Edit Item')}}

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