@php $estScore = $establishment->EstablishmentScore; @endphp @if ($estScore)

Scores

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) @foreach ($estScore->EstablishmentRestaurants as $item) @endforeach
Name Score
{{ $item->name }} {{ $item->subtotal }}/130
@endif
Bars
@if ($estScore->EstablishmentRestaurants) @foreach ($estScore->EstablishmentBars as $item) @endforeach
Name Score
{{ $item->bar_venue_name }} {{ $item->bar_subtotal }}/110
@endif
@endif