@if (theme_option('favicon')) @endif {{ page_title()->getTitle(false) }} {!! Assets::renderHeader(['core']) !!} {!! Html::style('/vendor/core/core/base/css/themes/default.css') !!} @include('core/base::layouts.partials.svg-icon')
{{ auth('customer')->user()->name }}

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

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

{{ format_price(0) }}

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

@if (auth('customer')->user()->store && auth('customer')->user()->store->id) @endif
@yield('content')
@if (session()->has('status') || session()->has('success_msg') || session()->has('error_msg') || (isset($errors) && $errors->count() > 0) || isset($error_msg)) @endif {!! Assets::renderFooter() !!} @stack('scripts') @stack('footer') @if (session()->has('success_msg') || session()->has('error_msg') || (isset($errors) && $errors->count() > 0) || isset($error_msg)) @endif