@extends('layouts.admin') @section('title', 'Commande ' . $order->order_number) @section('content')
Nom
{{ $order->customer_name }}
{{ $order->email }}
Téléphone
{{ $order->phone }}
Ville
{{ $order->city }}{{ $order->wilaya ? ', ' . $order->wilaya : '' }}
Adresse
{{ $order->address }}
Notes
{{ $order->notes }}
| Produit | Qté | Prix unit. | Sous-total |
|---|---|---|---|
|
@if($item->product && $item->product->image)
|
{{ $item->quantity }} | {{ number_format($item->price, 2) }} FCFA | {{ number_format($item->subtotal, 2) }} FCFA |
| Total | {{ number_format($order->total_amount, 2) }} FCFA | ||
Créée le
{{ $order->created_at->format('d/m/Y à H:i') }}
Mise à jour
{{ $order->updated_at->format('d/m/Y à H:i') }}
Articles
{{ $order->items->count() }} article(s)