{{-- resources/views/pricing/index.blade.php --}} @extends('layouts.app') @section('title', 'Pricing') @section('page_title', 'Pricing') @section('page_subtitle', 'Manage rates, plans and promotions') @section('content') {{-- Stats --}}
No room categories yet. Create room categories →
| Room Category | Rooms | Rates Set | Coverage | |
|---|---|---|---|---|
|
{{ $cat->name }}
@if($cat->bed_type)
{{ $cat->bed_type }}
@endif
|
{{ $cat->rooms_count ?? 0 }} | {{ $ratesSet }} @if($ratePlansTotal > 0) / {{ $ratePlansTotal }} plans @endif |
{{ $pct }}%
|
Set Rates → |