@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 Banques
{{$numberBank}}
Total Tickets
{{sizeof($arrayTicket)}}
Total Mise
{{number_format($Svente, 2)}}
Nombre Tirage
{{$numberTirage}}
@if($arrayTicket != null)

Tirage Création Numero Ticket SEQ Mise Statut Banque Appareil Suppression Action
@endif @stop