@extends('layout.base') @section('action') @endsection @section('content')
{{-- @foreach ($matrix as $item) @endforeach
Cat. Colour Functions T Zones
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
{{ $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' : '' }} {{ ($item->zona_9 == '1') ? 'X' : '' }} {{ ($item->zona_10 == '1') ? 'X' : '' }} {{ ($item->zona_11 == '1') ? 'X' : '' }} {{ ($item->zona_12 == '1') ? 'X' : '' }} {{ ($item->zona_13 == '1') ? 'X' : '' }} {{ ($item->zona_14 == '1') ? 'X' : '' }} {{ ($item->zona_15 == '1') ? 'X' : '' }}
--}}
@for ($i = 1; $i <= 15; $i++) @endfor {{-- DataTables akan isi ini --}}
# Action Category Function Insurance TransportZone {{ $i }}
@include('secretariat.elements.add_matrix') @include('secretariat.elements.edit_matrix') @endsection @section('scripts') @endsection