@extends('layouts.admin') @section('content')
{{ trans('global.edit') }} {{ trans('cruds.hotelCityCode.title_singular') }}
id]) }}" enctype="multipart/form-data"> @method('PUT') @csrf
@if($errors->has('city')) {{ $errors->first('city') }} @endif {{ trans('cruds.hotelCityCode.fields.city_helper') }}
@if($errors->has('destination')) {{ $errors->first('destination') }} @endif {{ trans('cruds.hotelCityCode.fields.destination_helper') }}
@if($errors->has('state_province')) {{ $errors->first('state_province') }} @endif {{ trans('cruds.hotelCityCode.fields.state_province_helper') }}
@if($errors->has('state_province_code')) {{ $errors->first('state_province_code') }} @endif {{ trans('cruds.hotelCityCode.fields.state_province_code_helper') }}
@if($errors->has('country')) {{ $errors->first('country') }} @endif {{ trans('cruds.hotelCityCode.fields.country_helper') }}
@if($errors->has('country_code')) {{ $errors->first('country_code') }} @endif {{ trans('cruds.hotelCityCode.fields.country_code_helper') }}
@endsection