@extends('layouts.app') @section('title', 'Dashboard') @section('page-title', 'Company Portal') @section('page-subtitle', 'View your company\'s HR overview') @section('content')
{{-- Welcome Card --}}

Welcome, {{ auth()->user()->name }}

You have read-only access to your company's HR data. View reports, employee directory, and notices.

{{-- Notices Preview --}}

Latest Notices

View all →

No notices yet

@endsection