@extends('layouts.app') @section('title', 'Time Sheet Details- Canindigo INC') @section('page-title', 'Time Sheet Details') @section('content')
{{ $timeSheet->date->format('F d, Y') }}
{{ $timeSheet->date->format('l') }}
{{ $timeSheet->project_code }}
{{ date('g:i A', strtotime($timeSheet->start_time)) }} - {{ date('g:i A', strtotime($timeSheet->end_time)) }}
Total: {{ $timeSheet->total_hours }} hours
{{ $timeSheet->overtime_weekdays }} hours
{{ $timeSheet->overtime_weekend }} hours
{{ $timeSheet->description }}