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

product Documnet

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

Create Production Documnet

@foreach($orders as $order) @endforeach
Select Item Code Name Unit Type Inventory Quantity Quantity Reply
{{$order->item->item_code}} {{$order->item->name_ar}} {{$order->item->getUnitNameAttribute()}} {{$order->item->getTypeNameAttribute()}} {{$order->inventory_quantity}} {{$order->quantity}} {{ $order->inventory_quantity - $order->quantity }}
@endsection @section("scripts") @endsection