@error('post_code') {{$errors->first('post_code')}} @enderror
@error('checkin_from') {{$errors->first('checkin_from')}} @enderror
@error('checkin_to') {{$errors->first('checkin_to')}} @enderror
@error('checkout_from') {{$errors->first('checkout_from')}} @enderror
@error('checkout_to') {{$errors->first('checkout_to')}} @enderror
@error('rating') {{$errors->first('rating')}} @enderror
@error('total_rooms') {{$errors->first('total_rooms')}} @enderror
@error('currency') {{$errors->first('currency')}} @enderror
@error('accommodation_type') {{$errors->first('accommodation_type')}} @enderror
Prev
Next