@error('name') {{$errors->first('name')}} @enderror
@error('accommodation_type') {{$errors->first('accommodation_type')}} @enderror
@error('address') {{$errors->first('address')}} @enderror
@error('contact') {{$errors->first('contact')}} @enderror
@error('fax') {{$errors->first('fax')}} @enderror
@error('email') {{$errors->first('email')}} @enderror
@error('language') {{$errors->first('language')}} @enderror
@error('website') {{$errors->first('website')}} @enderror
@error('website_url') {{$errors->first('website_url')}} @enderror
@error('timezone') {{$errors->first('timezone')}} @enderror
@error('currency') {{$errors->first('currency')}} @enderror
@error('country') {{$errors->first('country')}} @enderror
Next