@extends('layouts.app') @section('title', 'Dashboard- Canindigo INC') @section('page-title', 'Dashboard') @section('content')
{{ $hoursData['total_all'] ?? 0 }} hrs
{{ $hoursData['timesheet_count'] ?? 0 }} timesheets
{{ $dailyHoursData['daily_all'] ?? 0 }} hrs
{{ $dailyHoursData['daily_timesheet_count'] ?? 0 }} entries today
{{ $totalKmToday ?? 0 }} KM
Driven today
{{ $vehicleBookingsCount ?? 0 }}
Vehicle bookings
{{ $pendingExpensesCount ?? 0 }}
Awaiting approval
{{ $hoursData['total_regular'] ?? 0 }} hrs
{{ $hoursData['total_overtime_weekdays'] ?? 0 }} hrs
{{ $hoursData['total_overtime_weekend'] ?? 0 }} hrs
{{ $timesheet->date ? $timesheet->date->format('M d, Y') : 'No date' }}
{{ date('g:i A', strtotime($timesheet->start_time)) }} - {{ date('g:i A', strtotime($timesheet->end_time)) }}
Activity tracking coming soon
Your activities will appear here once enabled