@extends('mrp') @section('title', $page_title) @section('content')
@csrf
@error('import_file') {{ $message }} @enderror

{{$page_title}}

Back
@if (auth()->user()->can('shift-create'))
Add New
@endif
@if(Session::has('message')) @endif
@foreach ($shifts as $shift) @endforeach
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}}
@if (auth()->user()->can('shift-edit')) @endif @if (auth()->user()->can('shift-delete')) @endif
@endsection @push('css') @endpush @push('js') @endpush