@extends('layouts.admin') @section('content')
{{ trans('cruds.hotelCityCode.title_singular') }} {{ trans('global.list') }}
{{ trans('cruds.hotelCityCode.fields.id') }} {{ trans('cruds.hotelCityCode.fields.city') }} {{ trans('cruds.hotelCityCode.fields.destination') }} {{ trans('cruds.hotelCityCode.fields.state_province') }} {{ trans('cruds.hotelCityCode.fields.state_province_code') }} {{ trans('cruds.hotelCityCode.fields.country') }} {{ trans('cruds.hotelCityCode.fields.country_code') }}  
@endsection @section('scripts') @parent @endsection