@foreach($this->products as $bank => $group) @php $bank_obj = $group->first()->bank; @endphp @foreach($group->pluck('type.name', 'type.id')->sortKeys() as $id => $type) @endforeach @endforeach
Banque Type de crédit Délai
{{ $bank }} {{ $type }}
@php $key = $bank_obj->id . '|' . $id; @endphp