@extends('layouts.panel.base') @section('hotel-active', 'kt-menu__item--active') @section('title', 'Detalles del Hotel') @section('content')
Nombre: {{ $hotel->name }}
Check In: {{ $hotel->check_in }} Check Out: {{ $hotel->check_out }}
País: {{ $hotel->country->name }}
Estado: {{ $hotel->state->name }}
Ciudad: {{ $hotel->city->name }}
Dirección: {{ $hotel->address }}
Todo Incluido: {{ $detail->all_inclusive }}
Detalle: {{ $detail->all_inclusive_detail }}
Situado en la playa: {{ $detail->located_beach }}
Playa: {{ $detail->name_beach }}
Sustainability Travelife: {{ $detail->sustainability_travelife }}
Tipo de Certificación: {{ $detail->certification_type }}
Infantes Exonerados: {{ $detail->exonerated_infant }}
Edad: {{ $detail->infants_age }} años
Wifi Gratuito: {{ $detail->free_wifi }}
Amenidades: {{ $detail->amenities }}
@if($detail->type_price != 'General')Precio el resto del año: ${{ $detail->price_rest_year }}
@endif| Precio | |
|---|---|
| Precios Generales | $ {{ $detail->general_price }} |
| In | Out | Habitación | Precio |
|---|---|---|---|
| {{ $value->in }} | {{ $value->out }} | {{ $value->type_room }} | {{ $value->price }} |
| Amenidades |
|---|
| {{ $value->name }} |
| Estatus | Usuario | Fecha |
|---|---|---|
| {{ $value->status }} @if(isset($datos->motivo) || isset($datos->comentario)) {!! ' '.$mensaje.'' !!} @endif |
{{ ucwords($value->user->name) }} {{ ucwords($value->user->last_name) }} | {{ date_format(date_create($value->created_at),"d/m/Y H:i:s") }} |