@extends('layouts.main-layout') @section('title') Edit Rate Plan | Dashboard @endsection @section('content')

Edit Rate Plan

@csrf @method('PUT')
@error('name') {{$errors->first('name')}} @enderror
@error('code') {{$errors->first('code')}} @enderror
@error('booking_window_from') {{$errors->first('booking_window_from')}} @enderror
@error('booking_window_to') {{$errors->first('booking_window_to')}} @enderror
@error('maximum_guests') {{$errors->first('maximum_guests')}} @enderror
@error('default_rates') {{$errors->first('default_rates')}} @enderror
@error('min_stay') {{$errors->first('min_stay')}} @enderror
@error('max_stay') {{$errors->first('max_stay')}} @enderror
@error('access_code') {{$errors->first('access_code')}} @enderror
{{--
--}} {{--
--}} {{-- --}} {{-- --}} {{-- @error('room_type')--}} {{-- --}} {{-- {{$errors->first('room_type')}}--}} {{-- --}} {{-- @enderror--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{-- @error('booking_type')--}} {{-- --}} {{-- {{$errors->first('booking_type')}}--}} {{-- --}} {{-- @enderror--}} {{--
--}} {{--
--}}
@endsection