@extends('layouts.master') @section('sidebar') @parent

This is appended to the master sidebar.

@stop @section('content')
@csrf
    
    
    
    
    

@if($error==true && $arrayTicket == null) Vide @endif @if(isset($msg)) {{$msg}} @endif
Total Tickets
{{sizeof($arrayTicket)}}
Total Vente
{{number_format($Svente, 2)}}
Total Perte
{{number_format($Sperte, 2)}}
Total Balance
@if($balance > 0)
{{number_format($balance, 2)}}
@endif @if($balance <= 0)
{{number_format($balance, 2)}}
@endif
@if($arrayTicket != null)

Tirage Date Numero Ticket SEQ Mise Gain Statut Banque Appareil Action
@endif @stop