@if (strlen($all) > 0) {{ $all }} @endif @foreach ($rows as $row) @isset($category) @if ($cat != $row[$category]) @if (!empty($cat)) @endif @endif @endisset @isset($extra) {{ (strlen($extra) > 0 ? $row[$extra].' : ' : '') }} @endisset @isset($prelabel) {{ (strlen($prelabel) > 0 ? $row[$prelabel].' : ' : '') }} @endisset {{ $row[$label] }} @endforeach @isset($category) @endisset