@extends('layouts.app') @section('content')
@if($hotel->reclamar == 'S')
@endif

{{$hotel->nombre}}

@for($e=0;$e<$hotel->estrellas;$e++) star @endfor
Dirección:

{{Str::limit($hotel->ubicacion->direccion,'80')}}


location_on

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

Tarjetas aceptadas por el hotel
@foreach($hotel->tarjetas as $key) @endforeach
Calificación
@if($comentarios == 0) 0 @else