@include('shared.commons.rating-btn-description', [ 'rating' => $resto_total_ratings_votes, 'url_comments' => comment_url(), 'isnot_btn' => true, ]) @if(config('resto.type_page') != 2 && $_branch->show_address)

{!! getAddressBranch() !!}

@endif
@guest @if(config('resto.is_disabled_login_reorder') == '' || config('resto.is_disabled_login_reorder') == false) @endif @endguest @auth @include('shared.components.rating-form', [ 'is_multiple' => true, 'is_refresh' => true ]) @endauth
@if (count($branch_votes) > 0)
@foreach($branch_votes as $branch_vote) {{--@if ($branch_vote->user)--}}
{{ $branch_vote->name ?? '---' }}
"{{ $branch_vote->comment }}"
  • {{ $branch_vote->times }}
@php($rating = $branch_vote->votes) @include('shared.ratings')

{{ $branch_vote->votes }} @lang('trans.out_of') 5

@if ($branch_vote->is_google && $branch_vote->avatar) {{ $_restaurant->description ?? getAltImages() }} @else powered by {{ $_restaurant->description ?? getAltImages() }} @endif
{{--@endif--}} @endforeach
@endif