@extends('layouts.app') @section('title', 'Close Shift') @section('nav_shifts', 'bg-teal-50 text-teal-700 font-semibold') @section('page_title', 'Close Shift') @section('page_subtitle', 'Review your shift activity and hand over') @section('content') @if(session('info'))
{{ $shift->user->name }}
{{ $shift->typeLabel() }} Shift · Started {{ $shift->started_at->format('g:i A') }}
Duration
{{ $shift->duration() }}
Date
{{ $shift->started_at->format('M j, Y') }}
Check-ins
{{ $summary['checkins']->count() }}
@if($summary['checkins']->isNotEmpty()){{ $log->description }}
@endforeachCheck-outs
{{ $summary['checkouts']->count() }}
@if($summary['checkouts']->isNotEmpty()){{ $log->description }}
@endforeachPayments Collected
No payments during this shift.
@elseNew Reservations
{{ $summary['newReservations'] }}
Rooms Cleaned
{{ $summary['roomsCleaned'] }}
Work Orders
{{ $summary['maintenance']->count() }}