@extends('layouts.app') @section('title', 'Edit Rate Plan') @section('nav_rates', 'bg-teal-50 text-teal-700 font-semibold') @section('page_title', 'Edit Rate Plan') @section('page_subtitle', '{{ $plan->name }}') @section('content') @php $existingRates = $plan->rates->pluck('rate', 'room_type')->toArray(); @endphp