@include('themes.basic.includes.head') @include('themes.basic.includes.navbar')
@yield('breadcrumbs')
{{ $business->trans->name }} @if ($business->isVerified())
@endif

{{ $business->trans->name }}

{{ $business->avg_ratings }}
{{ translate_choice( ':avg_ratings from :total_reviews Review and Rating|:avg_ratings from :total_reviews Reviews and Ratings', $business->total_reviews, [ 'avg_ratings' => $business->avg_ratings, 'total_reviews' => numberFormat($business->total_reviews), ], ) }}
@if ($business->isClaimed())
{{ d_trans('Claimed Profile') }}
{{ d_trans('Business profile has been claimed') }}

{{ d_trans('This business has claimed their profile on our platform. Claimed profiles gain trust by showing authenticity, allowing them to respond to customer reviews and highlight verified information.') }}

{{ d_trans('Verified details') }}

{{ d_trans('The details that have been provided so far by the business to verify their profile.') }}

    @php $detailsCompleted = $business->hasDetailsCompleted() && $business->hasLogoCompleted() && $business->hasAddressCompleted() && $business->hasSocialLinksCompleted(); $businessOwner = $business->owner; @endphp
  • {{ d_trans('Business details provided') }}
  • @if (config('settings.kyc.actions.status'))
  • {{ d_trans('Business owner identity verified') }}
  • @endif
  • {{ d_trans('Business ownership verified') }}
@else
{{ d_trans('Unclaimed Profile') }}
{{ d_trans('Business profile not claimed') }}
{{ d_trans("This business hasn’t yet claimed their profile on our platform and may be unaware it's listed. As a result, their rating might not fully reflect their customer service or responsiveness.") }}
@endif

How the trust score is caculated

@hasSection('business_tabs') @if ($business->hasFeature('gallery') || $business->email)
@if ($business->hasFeature('gallery')) @endif @if (config('settings.business.actions.business_contact_form') && $business->email) @endif
@endif @endif @yield('content')
@include('themes.basic.includes.footer') @include('themes.basic.includes.scripts')