@extends('mrp') @section('title', $page_title) @section('content')
{{ Session::get('message') }}
| No | Shift Code | Shift Name | Time From | Time To | Total Time | Running Operation | Status | Description | Action |
|---|---|---|---|---|---|---|---|---|---|
| {{$loop->iteration}} | {{$shift->shift_code}} | {{$shift->shift_name}} | {{$shift->time_from}} | {{$shift->time_to}} | {{ $shift->total_time }} | {{$shift->running_operation}} | {{$shift->status}} | {{$shift->description}} |