@extends('layouts.app') @section('content')
Date | Désignation | Mobile | N° tél./Code marchant | Entrées | Sorties | Solde | ||
---|---|---|---|---|---|---|---|---|
REPORT DU {{(new DateTime($report->date_report))->format(config('myahs')['date_format'])}} | {{App\Lib\Format::number($report->solde)}} | |||||||
{{(new DateTime($livre->date_oper))->format(config('myahs.date_format'))}} | {{$livre->designation}} | @php $text_mobile = 'text-orange-600'; if($livre->mobile == '34'){ $text_mobile = 'text-green-600'; } if($livre->mobile == '33'){ $text_mobile = 'text-red-700'; } @endphp {{key_exists($livre->mobile, $mobiles)?$mobiles[$livre->mobile]:''}} | {{$livre->phone}} | {{App\Lib\Format::number($livre->debit)}} | {{App\Lib\Format::number($livre->credit)}} | {{App\Lib\Format::number($livre->solde)}} | ||
{{App\Lib\Format::number($sum_in)}} | {{App\Lib\Format::number($sum_out)}} | {{App\Lib\Format::number($solde_final)}} |