@php
$part = !empty($part_social_params->capital) ? $part_social_params->capital : 0;
$droit = !empty($part_social_params->droit) ? $part_social_params->droit : 0;
$depot_minimum = !empty($produit->solde_mininum) ? $produit->solde_mininum : 0;
$apimf = !empty($natureFrais->id_nature)?$natureFrais->mtt_base:0;
$total = + $part + $droit + $apimf;
$complement = $depot_minimum + $total;
@endphp
@php
$photo = !empty($tiers->photo)?App\Lib\Image::get(env('IMG_TIERS').DIRECTORY_SEPARATOR.$tiers->photo):"";
$signature = !empty($tiers->signature)?App\Lib\Image::get(env('IMG_SIGNATURE').DIRECTORY_SEPARATOR.$tiers->signature):"";
@endphp
|
{{$tiers->id_tiers}} |
{{(new DateTime($tiers->date_entree))->format('d/m/Y')}} |
{{$tiers->nom_tiers}} {{$tiers->prenom_tiers}} |
{{$tiers->cin}} |
{{App\Lib\Format::number($depot_minimum)}} |
{{App\Lib\Format::number($part)}} |
{{App\Lib\Format::number($droit)}} |
{{App\Lib\Format::number($apimf)}} |
{{App\Lib\Format::number($total)}} |
|