@extends('layouts.app') @section('title', 'Dashboard') @section('content')

Dashboard

Platform overview — manage hotel accounts from here.

Total Hotels

{{ $hotelsCount }}

Active Hotels

{{ $activeHotelsCount }}

As the platform owner, you can register new hotels on the system. Each hotel gets its own admin login to manage rooms, reservations, and operations.

View All Hotels
@endsection