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

{{__('Order Details')}}

@endsection @section("content") @include("layouts.main-parts.page-message")
{{-- $order->id])}}" class="btn btn-primary" target="_blank"> {{__('+Pdf')}}--}}
@foreach($order as $orderItem) @endforeach
{{__('Item Name')}} {{__('Unit')}} {{__('Quantity')}} {{__('Inventory Quantity')}}
{{$orderItem->item->name_ar}} {{$orderItem->item->getUnitNameAttribute()}} {{$orderItem->quantity}} {{$orderItem->inventory_quantity}}
@endsection @section("scripts") @endsection