@foreach ($data as $item)
@endforeach
| N° | Libelle | Sanction | Points | Actions |
|---|---|---|---|---|
| {{$i <= 9 ? '0'.$i++:$i++}} | {{ucwords($val['motif'])}} | {{$val['nbres'] <= 9 ? '0'.$val['nbres']:$val['nbres']}} | {{'0'.($val['total']-($val['nbres'] * $val['valeur'])).'/0'.$val['total']}} |
|
@php $val = $item['total'] - $item['val']; @endphp
Aperçu conduite : {{$val <= 9 ? '0'.$val:$val}} / {{$item['total'] <= 9 ? '0'.$item['total']:$item['total']}}