@extends('layouts.app') @section('content')

Proceso de reclamación del hotel

{{$hotel->nombre}}

@for($e=0;$e<$hotel->estrellas;$e++) star @endfor
location_on

{{$hotel->ubicacion->municipio->municipio}} - {{$hotel->ubicacion->departamento->departamento}}


@csrf

Seleccione una dirección de correo electrónico

    @foreach($hotel->contactos as $key) @if(is_null($key->email)==false)
  • {{$key->email}} keyboard_arrow_right
    Enviaremos un código de un solo uso a la siguiente dirección de correo electrónico {{$key->email}}
  • @endif @endforeach
@endsection @section('script')