Client : {{ $order->customer->name }}
Email : {{ $order->customer->email }}
Date : {{ $order->created_at->format('d/m/Y H:i') }}
Fichier | Pages | Prix |
---|---|---|
{{ basename($item->file_path) }} | {{ $item->page_count }} | {{ number_format($item->price, 2) }} € |
Total : {{ number_format($order->grand_total, 2) }} €