@extends('layouts.admin', ['title' => 'Upgrade Plan - Booklio', 'pageTitle' => 'Upgrade Plan', 'active' => 'subscription']) @include('admin.subscription.partials.data') @php($activeTab = 'upgrade') @section('content')
Choose the right plan for your staff, appointments, reminders, and invoices.
{{ ($billingCycle ?? 'monthly') === 'yearly' ? $plan['yearly'] : $plan['monthly'] }}
{{ ($billingCycle ?? 'monthly') === 'yearly' ? 'per year' : 'per month' }}
{{ ($billingCycle ?? 'monthly') === 'yearly' ? 'Billed yearly' : 'Billed monthly' }}
{{ $plan['description'] }}