@if (session('success'))
Success! {{ session('success') }}
@endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
List of Room Prices
@if( $roomPrices->isEmpty() ) @else @foreach($roomPrices as $price) @endforeach @endif
Season Name Action
No Rooms found
{{ $price->seasonName?->name ?? '' }} Edit Delete Show Prices