{{ auth('customer')->user()->store->name }}

{{ __('Hello') }}, {{ auth('customer')->user()->name }}

{{ __('Joined on :date', ['date' => auth('customer')->user()->created_at->translatedFormat('M d, Y')]) }}
{{ __('Earnings') }}

{{ format_price(auth('customer')->user()->balance) }}

@include(MarketplaceHelper::viewPath('dashboard.layouts.menu'))

{{ page_title()->getTitle(false) }}

@if (auth('customer')->user()->store && auth('customer')->user()->store->id)
@if (is_plugin_active('language'))
@include(MarketplaceHelper::viewPath('dashboard.partials.language-switcher'))
@endif {{ __('View your store') }}
@endif
@yield('content')