Matrix
@foreach($matrix as $item) @endforeach
Cat. Colour Functions T Zones
1 2 3 4 5 6 7 8
{{ $item->category }} {{ $item->color }} {{ $item->job_function }} {{ $item->transport }} {{ ($item->zona_1 == '1') ? 'X' : '' }} {{ ($item->zona_2 == '1') ? 'X' : '' }} {{ ($item->zona_3 == '1') ? 'X' : '' }} {{ ($item->zona_4 == '1') ? 'X' : '' }} {{ ($item->zona_5 == '1') ? 'X' : '' }} {{ ($item->zona_6 == '1') ? 'X' : '' }} {{ ($item->zona_7 == '1') ? 'X' : '' }} {{ ($item->zona_8 == '1') ? 'X' : '' }}