@if (!empty($client['avis']))
@foreach ($client['avis'] as $avis)

{{ $avis['prenom'] }} {{ $avis['nom'] }} @if (!empty($avis['qualification'])) — {{ $avis['qualification'] }} @endif

@if (!empty($avis['note']))
@for ($i = 0; $i < 5; $i++) @endfor
@endif

{!! $avis['texte'] !!}

@endforeach
@endif