@vite(['resources/css/app.css', 'resources/js/app.js']) @stack('styles')
@include('layouts.partials.sidebar')
@role('merchant_admin')
@if (auth()->user()->merchant?->stores) @endif
@endrole
@role('merchant_admin') @if (!auth()->user()->merchant?->is_active)

Your account is inactive

@elseif (!auth()->user()->merchant->is_approved)

Waiting for approval

@endif @endrole
{{-- Mobile Header Dropdown --}}
@if (session('success')) @endif @if (session('error'))
{{ session('error') }}
@endif {{ $slot }}
@stack('scripts')