Caisse

@if (!empty($last_caisse) && $last_caisse->status == 'opened') @endif
@if (empty($last_caisse) || $last_caisse->status == 'closed')

Ouverture de caisse

@error('initial_amount') {{ $message }} @enderror
{{--
--}}
@else

Commandes en cours

{{ number_format($total_commandes_encours, 0, ',', ' ') }}

Commandes Facturées

{{ number_format($total_commandes_facturees, 0, ',', ' ') }}

Factures à solder

{{ number_format($total_factures_a_solder, 0, ',', ' ') }}

Solde de la caisse

{{ number_format($sole_caisse, 0, ',', ' ') }} F

@foreach ($commandes as $commande) @endforeach
Client Téléphone Statut Mode Table Action
{{ $commande->client_name }} {{ $commande->telephone_client }} {{ $commande->statut }} {{ $commande->mode_commande }} {{ $commande->table_id }}
@if (empty($commande->facture)) Facturer @else Solder @endif
@endif @if ($show_modal_new_commande) @endif @if ($show_modal_facturation) @endif @if ($show_modal_paiement) @endif @if ($show_modal_fermer_caisse) @endif @if ($show_modal_depenses) @endif @if ($show_modal_pourboires) @endif