@extends('layouts.master') @section('sidebar') @parent
This is appended to the master sidebar.
@stop @section('content')
Total Banque
{{$nbrbnk}}
Total Vente
{{number_format($Tvente, 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
Tirages Midi et Soir
Rapport de vente
De
a
ID
Date
Statut
Tirage
Resultats
Tickets
Vente
perte
Balance
Actions
@stop