@extends('layouts.authenticated') @section('title', 'Dashboard | HMS') @section('page-title', 'Dashboard') @section('content')
{{ str_replace('_', ' ', $user->role?->slug ?? 'user') }}

Welcome, {{ $user->first_name }} {{ $user->last_name }}

You are logged in to the Hotel Management SaaS dashboard.

Organizations

Manage tenant organizations and ownership.

Hotels

Manage assigned hotel operations.

Bookings

Track bookings, payments, and invoices.

@endsection