@foreach($typeFrais as $type)

{{ $type->label }}

@foreach($lignes[$type->id] as $ligne) @php($modulo = $loop->index%2) @if($modulo == 0)
@endif
@if($ligne->fileName != "") @if(file_exists($ligne->getFullFileName('jpeg'))) {{-- --}} @else Justificatif manquant pour {{ $ligne->label }} du {{ $ligne->ladate }} de {{ $ligne->ttc }}{{ $currency }}

@endif @else   @endif
@if(($modulo != 0) || $loop->last)
@endif @endforeach
@endforeach