@extends('layouts.layout-admin') @section('style') @endsection @section('content')
Hotel Image

CODE : {{ $hotelInfo->hotel_code }}

{{ $hotelInfo->hotel_name }}

{{ $hotelInfo->hotel_name_ar }}

{{ __('Hotel Information') }}

{{ __('Name') }} {{ $hotelInfo->hotel_name }}
{{ __('Type') }} {{ $hotelType[$hotelInfo->hotel_type] }}
{{ __('Address') }} {{ $hotelInfo->hotel_address }}
{{ __('Hotel Locator Desc') }} {{ $hotelInfo->hotel_locator_desc }}
{{ __('Email') }} {{ $hotelInfo->email }}
{{ __('City') }} {{ $hotelInfo->city }}
{{ __('Supplier') }} {{ $hotelInfo->supplier->supplier_company }} - {{ $hotelInfo->supplier->supplier_code }}
{{ __('PostCode') }} {{ $hotelInfo->zipcode }}
{{ __('Latitude') }} {{ $hotelInfo->latitude }}
{{ __('Longitude') }} {{ $hotelInfo->longitude }}
{{ __('Phone Number') }} {{ $hotelInfo->phone_no }}
{{ __('Country') }} {{ $hotelInfo->country->countries_name }}
{{ __('Fax') }} {{ $hotelInfo->fax }}
{{ __('Mobile Number') }} {{ $hotelInfo->mobile_no }}
{{ __('URL') }} {{ $hotelInfo->url }}
{{ __('Hotel Chain') }} {{ $hotelInfo->hotel_chain }}
{{ __('Max Child') }} {{ $hotelInfo->max_child }}
{{ __('Check In Time') }} {{ $hotelInfo->check_in_time }}
{{ __('Check Out Time') }} {{ $hotelInfo->check_out_time }}
{{ __('Review Widget Code') }} {{ $hotelInfo->review_widget_code }}
{{ __('Hotel Desc') }} {{ $hotelInfo->hotel_desc }}
{{ __('Hotel Desc(AR)') }} {{ $hotelInfo->hotel_desc_ar }}
{{ __('Makani Number') }} {{ $hotelInfo->makani_number }}
{{ __('Min Deposit Percent') }} {{ $hotelInfo->min_deposit_percent }}
{{ __('Star Category') }} {{ $starCategory[$hotelInfo->status] }}
{{ __('Status') }} {{ $status[$hotelInfo->status] }}
@endsection @section('scripts') @endsection