Your booking is pending approval.
You will be notified once the coach confirms the booking.
Manage Your One-Off Availability
Manage Your Recurring Weekly Availability
Manage Your Settings
Manage Your Portfolio
Update your bio, specialties, and upload media to showcase your work.
Edit PortfolioManage Your Settings
Your Packages
prepare("SELECT cp.sessions_remaining, sp.name FROM client_packages cp JOIN service_packages sp ON cp.package_id = sp.id WHERE cp.client_id = ?"); $packages_stmt->execute([$user_id]); $client_packages = $packages_stmt->fetchAll(); ?>- = htmlspecialchars($pkg['name']) ?>: = htmlspecialchars($pkg['sessions_remaining']) ?> sessions remaining
You have not purchased any packages yet.
Browse PackagesYour Subscriptions
prepare("SELECT cs.*, sp.name FROM client_subscriptions cs JOIN service_packages sp ON cs.package_id = sp.id WHERE cs.client_id = ? ORDER BY cs.created_at DESC"); $subs_stmt->execute([$user_id]); $subscriptions = $subs_stmt->fetchAll(); ?>- = htmlspecialchars($sub['name']) ?>: = htmlspecialchars(ucfirst($sub['status'])) ?>
You do not have any active subscriptions.
Your Bookings
| Start Time | End Time | |
|---|---|---|
| No availability set. | ||
| Delete | ||
Your Recurring Weekly Availability
| Day of Week | Start Time | End Time | |
|---|---|---|---|
| No recurring availability set. | |||
| Delete | |||