{{-- resources/views/pricing/rates.blade.php --}} @extends('layouts.app') @section('title', 'Base Rates') @section('page_title', 'Base Rates') @section('page_subtitle', 'Nightly rates per room category and plan') @section('content')
@if($ratePlans->isEmpty())No room categories yet
Create Room Categories →| Rate Plan | Single | Double | Triple | Extra Adult | Child | Currency | |
|---|---|---|---|---|---|---|---|
|
{{ $plan->name }}
{{ $plan->code }}
|
@if($rate)
{{-- Existing rate — show inline edit --}}
@else
{{-- No rate set --}}