@extends('layouts.app') @section('title', 'Start Shift') @section('nav_shifts', 'bg-teal-50 text-teal-700 font-semibold') @section('page_title', 'Start Your Shift') @section('page_subtitle', 'Clock in to begin tracking your shift activity') @section('content') @if(session('error'))
Shift Already Active
You cannot start a new shift until the current one is closed.
Open Shift
{{ $activeShift->user->name }}
{{ $activeShift->user->role?->name ?? '' }}
{{ $activeShift->typeLabel() }} shift · started {{ $activeShift->started_at->format('g:i A') }} · {{ $activeShift->started_at->diffForHumans() }}
Ask {{ $activeShift->user->name }} to close their shift and submit the handover report. Once that shift is closed, you'll be able to clock in.
@can('shifts.manage')Manager Override
Close {{ $activeShift->user->name }}'s ShiftHandover from {{ $lastShift->user->name }}
{{ $lastShift->typeLabel() }} shift · ended {{ $lastShift->ended_at->diffForHumans() }}
{{ $lastShift->handover_notes }}
Clock In
{{ now()->format('l, F j, Y · g:i A') }}