{{ __('Website') }}

{{ $site->url }}
@if (!empty(\App\Models\Options::get_option('sidebarAdCode')))
{!! \App\Models\Options::get_option('sidebarAdCode') !!}
@endif

{{ __('Company Status') }}

@if ($site->claimer)
{{ __('Company profile claimed') }}
{{ __('Can reply to reviews') }}
@else
{{ __('Company profile not claimed') }}

{{ __('Are you representing this company? Take control of your reviews page.') }}

{{ __('Claim :site', ['site' => $site->url]) }}

@endif

{{ __('Reviews Summary') }}

@php $starsColor = []; $starsColor['1_star'] = 'rose'; $starsColor['2_stars'] = 'orange'; $starsColor['3_stars'] = 'yellow'; $starsColor['4_stars'] = 'teal'; $starsColor['5_stars'] = 'green'; @endphp @foreach ($ratingsDistribution as $stars => $percent) @if (!str_contains($stars, '_count'))
{{-- {{str_replace("_", " ", $stars)}} --}} {{-- --}} {{ str_repeat('*', (int) $stars) }} {{-- {{ $ratingsDistribution->{$stars . '_count'} ?? 0 }} --}}
{{ number_format($percent, 0) }}%
@endif @endforeach

{{ __('About') }}

@if (!empty($site->description)) {{ $site->description }} @else {{ __('No description about this company yet. If you are the owner or manage this company you can claim it and add a short description.') }} @endif

{{ __('Location') }}

{{ $site->location }}

{{ __('Widget Code') }}

{{ __('Widget Preview') }}

{{ __('Add to your site') }}