@extends('welcome') @section('title','Reviews') @section('content-header','Reviews about your place and services, Listen to their reviews carefully.') @section('reviews_count',count($reviews) > 0 ?count($reviews):0) @section('content-breadcrumb')
{{htmlspecialchars(trim($review->review))}}
Wifi: {{$review->wifi}} Overall: {{$review->overall}} Location: {{$review->location}} Comfort: {{$review->comfort}}
{{htmlspecialchars(trim($review->review))}}
Wifi: {{$review->wifi}} Overall: {{$review->overall}}
Location: {{$review->location}} Comfort: {{$review->comfort}}