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

{{__('Documents')}}

@endsection @section("content") @include("layouts.main-parts.page-message")
@if(!empty($orders) ) @if(Request()->type == 1) @else @endif @endif
@if(!empty($orders)) @foreach($orders as $index => $order) @endforeach @else @endif
{{__('Item Code')}} {{__('Item English Name')}} {{__('Item Arabic Name')}} {{__('Inventory Quantity')}} {{__('Quantity')}} {{__('production quantity')}}
{{$order->item_code}} {{$order->name_en}} {{$order->name_ar}} {{$order->inventory_quantity}} {{$order->quantity}}
{{__('Item Code')}} {{__('Item English Name')}} {{__('Item Arabic Name')}} {{__('Unit')}} {{__('Inventory Quantity')}} {{__('Quantity')}} {{__('production quantity')}}
{{__("No data yet")}}
@endsection @section("scripts") @endsection