@extends('layouts.app') @section('title', 'My Dashboard') @section('page-title', 'My Dashboard') @section('content')
{{-- Left Column --}}
{{-- Clock In/Out Card --}}

Current Time

{{ now()->format('l, d F Y') }}

{{-- Clock Buttons --}}
Status: Checking...
{{-- Quick Actions --}}
{{-- Right Column --}}
{{-- Leave Balance --}}

Leave Balance

View →

Leave balances will appear here

{{-- Notices Widget --}}
@include('notices::_notices-widget')
{{-- Birthday Widget --}}
@include('notices::_birthday-widget')
@endsection @push('scripts') @endpush