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