Order N°{{$order->id}}
Product Image | Product name | Product quantity | Company | Created At |
|
{{$prod->product->title}}
|
{{$prod->qte}}
|
{{$order->company}}
|
{{ Carbon\Carbon::parse($order->created_at)->format('d M Y') }}
|
@endforeach
---|