Facture de commande N° {{ $commande->id }}
De:
@if ($commande->restaurant->logo)
@endif
{{ $commande->restaurant->name }}
Adresse: {{ $commande->restaurant->address }}
Email: {{ $commande->restaurant->email }}
Téléphone: {{ $commande->restaurant->phone_number }}
Détails de la commande:
Mode de commande:
{{ $commande->mode_commande }}
Nom du client:
{{ $commande->client_name }}
Téléphone du client:
{{ $commande->telephone_client }}
Plat
Quantité
Prix unitaire
Sous-total
@foreach ($commande->details as $detail)
{{ $detail->plat->name }}
{{ $detail->quantite }}
{{ $detail->plat->price }} Fcfa
{{ $detail->quantite * $detail->plat->price }} Fcfa
@endforeach
Total: {{ $totalPrice }} Fcfa
@if ($commande->restaurant->signature)
{{--
--}} @endif