@extends('website.layouts.app') @section('title', 'Pricing – ' . config('website.brand')) @section('meta_description', $page['summary'] ?? 'Flexible Learnyst plans for startups and growing institutes.') @section('content') @php $cta = config('website.cta'); $brand = config('website.brand'); @endphp

{{ $page['caption'] ?? 'Plans' }}

{{ $brand }}

{{ $page['summary'] ?? 'Flexible plans for startups and growing institutes.' }}

@if(!empty($packages) && $packages->count())
@endif
@if($packages->isEmpty())

Plans coming soon

{{ $page['body'] ?? 'Start with a free trial and scale as you grow.' }}

@else
@foreach($packages as $package) @php $features = $package->featureList(); $monthly = $package->formattedPrice('monthly'); $yearly = $package->formattedPrice('yearly'); $periodMonthly = $package->is_free || $package->is_custom ? '' : '/month'; $periodYearly = $package->is_free || $package->is_custom ? '' : '/year'; @endphp @endforeach
@endif
@if(!empty($page['body']))

Everything you need to grow

{{ $page['body'] }}

@endif

Common questions

Simple answers before you pick a plan.

Can I change plans later?

Yes. Start where you are and upgrade as your academy grows — your content and learners stay with you.

Is there a free trial?

Most plans include a free trial so you can explore course builder, live classes, and marketing tools risk-free.

Do you support custom enterprise needs?

Absolutely. Choose a custom plan or book a demo and we’ll tailor DRM, apps, and onboarding to your institute.

@endsection @push('scripts') @endpush