@yield('content')
@stack('styles')
@php use App\Models\Subscription; $currentSubscription_side = Subscription::where('tenant_id', auth()->user()->cid) ->where('status', 'active') // ->where('end_date', '>=', now()) ->orderByDesc('id') // ✅ Always pick latest subscription ->first(); @endphp