@if (session('success'))
{{ session('success') }}
@endif
@foreach ($orders as $key=> $order) @endforeach
ID Link Order ID Manufacturer ID Unit width Actions
{{ $key+1 }} Click to Access {{ $order->order_id ?? 'null' }} {{ $order->products->manufacture_id ?? 'null' }} {{ $order->unit ?? 'null' }} {{ $order->width ?? 'null' }} PDF Shipment PDF Rental
@csrf @method('DELETE')