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

{{__('Delievery Document')}}

@endsection @section("content") @include("layouts.main-parts.page-message")
@foreach($orders as $index => $order) @endforeach
{{__('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 }}
@endsection @section("scripts") @endsection