@stack('styles') @php $seller = Auth::user()->seller ?? null; $currentRoute = Route::currentRouteName(); $hasPremiumPlan = $seller && $seller->plan && $seller->plan->price_inr > 0; @endphp
Dashboard / @yield('title', 'Overview')
@include('partials.notification-bell')
@if(session('success')) @endif @if(session('error')) @endif @yield('content')
@stack('scripts')