{{ page_title()->getTitle(false) }}
@if (is_plugin_active('language'))
@include(MarketplaceHelper::viewPath('vendor-dashboard.partials.language-switcher'))
@endif
@php($customer = auth('customer')->user())
@if ($customer?->store)
{{ __('View your store') }}
@endif
{{ __('Go to homepage') }}
@yield('content')