Lounge & Public Areas
{{ $estScore->hdn_lounge_facilities_subtotal }}/70
Reception Facilities
{{ $estScore->hdn_reception_subtotal }}/60
General Assesment
{{ $estScore->general_assesment_subtotal }}/120
Restaurants
@if ($estScore->EstablishmentRestaurants)
Name
|
Score
|
@foreach ($estScore->EstablishmentRestaurants as $item)
{{ $item->name }} |
{{ $item->subtotal }}/130 |
@endforeach
@endif
Bars
@if ($estScore->EstablishmentRestaurants)
Name
|
Score
|
@foreach ($estScore->EstablishmentBars as $item)
{{ $item->bar_venue_name }} |
{{ $item->bar_subtotal }}/110 |
@endforeach
@endif