@extends('layouts.app') @section('title', 'Dashboard') @section('content') {{-- Welcome Card --}}
Company: {{ Auth::user()->company->company_name ?? 'N/A' }}
Today is {{ now()->format('l, F d, Y') }}
Total Employees
Departments
Present Today
On Leave
No attendance records today
@endforelseNo pending leave requests
@endforelse