@if (session('success'))
{{ session('success') }}
@endif
@foreach ($orders as $order) @endforeach
ID Link Order ID Manufacturer ID Unit width Actions
{{ $order->id }} 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')
@endsection