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

This is appended to the master sidebar.

@stop @section('content')
Total Depot
@if($depot>0)

{{number_format($depot, 2)}}

@endif @if($depot<=0)

{{number_format($depot, 2)}}

@endif
Total Dette PayƩ

{{number_format($dette, 2)}}

Total PAE

{{number_format($pae, 2)}}

Total PAE_EXPRESS

{{number_format($pae_express, 2)}}

Payroll
@if($payroll>0)

{{number_format($payroll, 2)}}

@endif @if($payroll<=0)

{{number_format($payroll, 2)}}

@endif
Balance
@if($balancegeneral>0)

{{number_format($balancegeneral, 2)}}

@endif @if($balancegeneral<=0)

{{number_format($balancegeneral, 2)}}

@endif

Rapport des transactions

@if(in_array($roleId,[1,2])) @endif
Date # Transaction Methode Type Transaction Montant Statut ProprietaireAction
@stop