@extends('layouts.app') @section('title', 'Shifts') @push('styles') @endpush @section('content')
| # | Code | Name | Branch | Time | Status | Actions |
|---|---|---|---|---|---|---|
| {{ $shifts->firstItem() + $index }} | {{ $shift->shift_code }} |
{{ $shift->shift_name }} | {{ $shift->branch->branch_name }} | {{ \Carbon\Carbon::parse($shift->start_time)->format('H:i') }} - {{ \Carbon\Carbon::parse($shift->end_time)->format('H:i') }} | @if($shift->status) Active @else Inactive @endif | |
|
No shifts found |
||||||