@extends('layouts.app') @section('title', 'My Shifts') @section('content')
| Date | Shift | Time |
|---|---|---|
| {{ $s->schedule_date->format('D, d M Y') }} | {{ $s->shiftTemplate->name }} | {{ \Carbon\Carbon::parse($s->shiftTemplate->start_time)->format('h:i A') }} – {{ \Carbon\Carbon::parse($s->shiftTemplate->end_time)->format('h:i A') }} |
| No published shifts yet. | ||