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

Enviar mensaje a:

{{$hotel->nombre}}

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

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


@csrf
Nombre *

Correo electrónico *

Mensaje *

{!! NoCaptcha::display() !!}
@endsection @section('script')