@extends('layouts.app') @section('title', 'Shift Details') @section('subtitle', 'View shift information and assigned employees') @section('content')
{{ date('g:i A', strtotime($shift->start_time)) }} - {{ date('g:i A', strtotime($shift->end_time)) }}
Duration: {{ $shift->duration_in_hours }} hours
{{ $shift->name }}
{{ date('g:i A', strtotime($shift->start_time)) }}
{{ date('g:i A', strtotime($shift->end_time)) }}
{{ $shift->break_duration_minutes }} minutes
{{ $shift->duration_in_hours }} hours
{{ $shift->description }}
{{ $user->full_name }}
{{ $user->employee_id }} • {{ $user->position }}
No employees assigned to this shift