@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)}}

Total Payroll
@if($payroll > 1000)

{{number_format($payroll, 2)}}

@endif @if($payroll < 1000)

{{number_format($payroll, 2)}}

@endif
Balance

{{number_format($balancegeneral, 2)}}

Rapport des transactions

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