@stack('styles')
{{ \App\Models\Setting::get('store_name', 'LaravelStore') }}
{{ __('common.admin') }}
{{ __('common.dashboard') }}
{{ __('common.products') }}
{{ __('common.categories') }}
{{ __('common.orders') }}
{{ __('common.coupon') }}
{{ __('common.customer') }}
Banner
Homepage
Marketing e SEO
{{ __('common.reviews') }}
{{ __('common.flash_sales') }}
{{ __('common.gift_cards') }}
{{ __('common.settings') }}
{{ __('common.language') }}
{{ __('common.portuguese') }}
{{ __('common.english') }}
{{ __('common.spanish') }}
{{ __('common.view_product') }}
@yield('title', 'Dashboard')
{{ Auth::user()->name }}
@csrf
Sair
@yield('content')
@stack('scripts')