@extends("WarehouseDashboard.layouts.dashboard.app") @section("page-nav-title")
| {{__('Item Code')}} | {{__('Status')}} | {{__('Item Name')}} | {{__('Unit')}} | {{__('Type')}} | {{__('Inventory Quantity')}} | {{__('Quantity')}} | {{__('Reply')}} |
|---|---|---|---|---|---|---|---|
| {{$order->item_code}} | {{$order->name_ar}} | {{$order->getUnitNameAttribute()}} | {{$order->getTypeNameAttribute()}} | {{$order->totalQunatity}} | {{$order->totalOrders}} | {{ $order->inventory_quantity - $order->quantity }} |