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

{{__('Edit Order Details')}}

@endsection @section("content") @include("layouts.main-parts.page-message")
id)}}" enctype="multipart/form-data"> @csrf @method("put")
{{__('Edit Order Details')}}

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