@extends('layouts.employee') @section('page-title', 'Dashboard') @section('page-subtitle', 'Overview of your conveyance activity') @section('content') @php $today = now()->format('d M Y'); @endphp {{-- Hero --}}
Today is {{ $today }}. You are working in {{ $currentMonthLabel ?? 'Current Month' }} window ({{ $monthStart->format('d M') }} – {{ $monthEnd->format('d M Y') }}).
@if($activeSession)Active Financial Session: {{ $activeSession->name }}
@endif