{{ csrf_field() }} @foreach($all as $group => $data) @foreach($data as $title => $list) @if($loop->iteration == 1) @endif @endforeach @endforeach
{{ $group }}
@foreach(array_unique($list) as $item)
@endforeach