@extends('layouts.app') @section('title', 'My Shifts') @section('content')

My Upcoming Shifts

Request a Swap
@forelse ($shifts as $s) @empty @endforelse
DateShiftTime
{{ $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.
@endsection