Caisse Services — {{ $magasin->name }}
@include('pos.partials.mode-switch', [
'posMode' => 'service',
'servicesModuleEnabled' => true,
])
Retour
Aucune prestation active.
@if (in_array(Auth::user()->role->name ?? '', ['Administrateur', 'Gestionnaire']))Configurez votre catalogue pour commencer.
Aller au catalogue @elseContactez un gestionnaire pour configurer le catalogue.
@endifTapez pour rechercher une prestation
Panier
| Nom | Quantité | Montant | Action |
|---|
Le panier est vide
Montant Total : 0
FCFA
Commande en attente
@if ($ordersPause->isNotEmpty())
@else
| Date | Total | Actions |
|---|---|---|
| {{ $order->created_at->translatedFormat('d M Y') }} | {{ number_format($order->montant_total, 0, ' ', ' ') }} FCFA |
Pas de commande en attente
@endifServices validées
@if ($ordersRecent->isNotEmpty())
@foreach ($ordersRecent as $order)
@include('services.partials.receipt-modal', [
'order' => $order,
])
@endforeach
@else
| Date | Total | Actions |
|---|---|---|
| {{ $order->created_at->translatedFormat('d M Y') }} | {{ number_format($order->montant_total, 0, ' ', ' ') }} FCFA |
Pas encore de prestation
@endif