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

This is appended to the master sidebar.

@stop @section('content')
@csrf
Total Paris
{{$Total_promotion}}
Total Ticket
{{$nbr_ticket_gain}} / {{$total_ticket}}
Coût Total
{{number_format($coutTotal, 2)}} HTG
Perte
{{number_format($gain, 2)}} HTG
Balance
@if($balancegenerale>0)
{{number_format($balancegenerale, 2)}} HTG
@endif @if($balancegenerale<=0)
{{number_format($balancegenerale, 1)}} HTG
@endif

Rapport des Promotions

Promotion Quantite Paris Tickets Cout Total Pertes Balance
@stop