@extends('dashboard.app') @section('title', 'Dashboard') @section('page_title', 'Your Overview') @section('page_subtitle', 'Quick stats and recent keyword activity.') @section('dashboard_content') @php $user = auth()->user(); $isPersonal = $user && (string) $user->tier === 'personal'; $subscription = $subscription ?? null; @endphp