{{--
--}} @php $i = 0; @endphp @foreach ($tableEmployee as $te) @php $i++; @endphp @endforeach
# Employee First Name Last Name Type Status Comment  
{{ $i }} {{ $te->Employee }} {{ $te->First_Name }} {{ $te->Last_Name }} {{ $te->Type }} {{ $te->Status }} {{ $te->comment }} @can('maintenance.employee.edit') @endcan {{-- @can('maintenance.employee.destroy') @endcan --}}
{{--
--}}