@php $coverImage = $store->getMetadata('background', true); @endphp
avatar

{{ $store->name }}

@if (EcommerceHelper::isReviewEnabled())
{!! Theme::partial('star-rating', ['avg' => $store->reviews()->avg('star'), 'count' => $store->reviews()->count()]) !!}
@endif @if ($store->full_address)
 {{ $store->full_address }}
@endif @if (!MarketplaceHelper::hideStorePhoneNumber() && $store->phone) @endif @if ($store->email) @endif
@if ($socials = $store->getMetaData('socials', true))
    @foreach ((array)$socials as $k => $link)
  • @endforeach
@endif
  • {{ __('Started from') }}: {{ $store->created_at->translatedFormat('M d, Y') }}
@if (!empty($showContactVendor)) @endif
@php $description = BaseHelper::clean($store->description); $content = BaseHelper::clean($store->content); @endphp @if ($description || $content)
@if ($content) @endif
{!! $description ?: Str::limit($content, 250) !!}
{{ __('show more') }}
@endif