@extends('layouts.app') @section('title', 'Hotel Dashboard') @push('styles') @endpush @section('content')
{{ $hotel?->name ?? 'Hotel' }} — choose a module below to get started
Follow these steps to set up your hotel account. You can also open any module from the sidebar or the cards below.
@foreach($gettingStartedSteps as $step){{ $step['description'] }}
@if($step['available']) Start now @else Coming soon @endif@if($hotel->canAddBranch()) Add Branch @endif
Your Enterprise plan supports multiple locations. Add your headquarters or first property to begin managing branches.
Go to Branches{{ $module['description'] }}
@if($module['available']) Open module @else @endifNo modules are enabled on your subscription plan. Contact the platform owner.
@endifPlan: {{ $hotel->plan->name }} — {{ $hotel->plan->billingLabel() }}
Limits: {{ $hotel->plan->roomsLimitLabel() }}, {{ $hotel->plan->usersLimitLabel() }}, {{ $hotel->plan->branchesLimitLabel() }}