{{$hotel->title}} @for ($i = 1; $i <= $hotel->stars; $i++) @endfor
@endif
{{$room->name}}
{!! $room->description !!} {{--@if(breakfast_room_price($room->id, $start_date, $end_date)) السعر شامل الافطار @endif
--}}$ {{number_format(calculate_room_price($room->id, $people, $rooms_count, $start_date, $end_date, true), 2)}}
{{--@if(breakfast_room_price($room->id, $start_date, $end_date)) السعر شامل الافطار @endif
--}}-
@foreach($hotel->hotel_features as $ssw)
-
{{$ssw->feature_info->title}}
@endforeach