{{ __('Website') }}

{{ $site->url }}
@if(!empty(\App\Models\Options::get_option('sidebarAdCode')))
{!! clean(\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

{{ __('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")}}