@if (!empty($client['prestations']))

Prestations

@foreach ($client['prestations'] as $n => $prestation) @php $prestationUrl = route('sandbox.prestation', [$client['slug'], $prestation['slug']]); @endphp
@endforeach
@endif