{{-- :::pilot-card slug="alpha-01" handle: "@alpha_01" display_name: "Alpha Pilot" return_30d: "18.4%" followers: 47 strategy: "Balanced — moderate discount targets, session-diversified" since: "March 2026" ::: Phase 1: renders static data passed via directive. Phase 2: when slug is provided, will pull live stats from PilotService. --}} @php $slug = $slug ?? null; $handle = $handle ?? ($slug ? '@' . $slug : ''); $display_name = $display_name ?? 'Pilot'; $return_30d = $return_30d ?? null; $followers = $followers ?? null; $strategy = $strategy ?? null; $since = $since ?? null; @endphp