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

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

{{__('Create New Items')}}

@endsection @section("content")

{{__('Create New Items')}}

@csrf
@error("name_en")
{{$message}}
@enderror
@error("name_ar")
{{$message}}
@enderror
@error("cat_id")
{{$message}}
@enderror
@error("item_code")
{{$message}}
@enderror
@endsection @section("scripts") @endsection