@php $prefix_url = 'https://search.google.com/local/writereview?placeid='; @endphp
{{--

{{ auth()->user()->name }}

--}}
@if(! $is_multiple) @endif
@if(config('resto.type_page') != 2 && count($_restaurant->branches) == 1 && $_branch->show_google_reviews && $_branch->google_place_id) @lang('trans.rating.rate_us_google') @include('shared.commons.iconsvg.icon-google-text') @else @lang('trans.rating.rate_us') @endif
@if( (config('resto.type_page') != 2 && count($_restaurant->branches) == 1) || (config('resto.type_page') == 3) ) @if($_branch->show_google_reviews && $_branch->google_place_id) @if(config('resto.type_page') != 2) @lang('trans.rating.google') @else @lang('trans.rating.google_with_icon') @include('shared.commons.iconsvg.icon-google-text') @endif
@lang('trans.rating.write') {{-- @lang('trans.rating.write') --}} @else

@lang('trans.rating.stars')

@endif @endif @if(config('resto.type_page') == 2 && count($_restaurant->branches) > 1)
@lang('trans.rating.google') @include('shared.commons.iconsvg.icon-google-text')
@lang('trans.rating.write')

@lang('trans.rating.stars')

@endif
@section('extra-scripts') @parent {!! Html::script('js/rating-form.js') !!} @if(config('resto.type_page') == 2 && count($_restaurant->branches) > 1) @endif @endsection