@extends('layouts.admin') @section('content')
{{ trans('cruds.hotelCityCode.fields.id') }} | {{ $hotelCityCode->id }} |
---|---|
{{ trans('cruds.hotelCityCode.fields.city') }} | {{ $hotelCityCode->city }} |
{{ trans('cruds.hotelCityCode.fields.destination') }} | {{ $hotelCityCode->destination }} |
{{ trans('cruds.hotelCityCode.fields.state_province') }} | {{ $hotelCityCode->state_province }} |
{{ trans('cruds.hotelCityCode.fields.state_province_code') }} | {{ $hotelCityCode->state_province_code }} |
{{ trans('cruds.hotelCityCode.fields.country') }} | {{ $hotelCityCode->country }} |
{{ trans('cruds.hotelCityCode.fields.country_code') }} | {{ $hotelCityCode->country_code }} |