@extends('layouts.admin') @section('title', 'Commande '.$order->order_number) @section('page-title', 'Détail commande') @section('content')
Passée le {{ $order->created_at->format('d/m/Y à H:i') }}
Montant total
{{ number_format($order->total_amount, 0, ',', ' ') }}
FCFA
{{ $item->product_name }}
{{ $item->quantity }} × {{ number_format($item->unit_price, 0, ',', ' ') }} FCFA