@extends('website.layouts.app') @section('title', ($brand['name'] ?? 'Learnyst') . ' – ' . ($brand['tagline'] ?? 'The Most Secure LMS to Sell Courses Online')) @section('content') @php $brandName = $brand['name'] ?? config('website.brand'); $videoId = $video['youtube_id'] ?? '0q4mL4wqgSo'; @endphp {{-- Hero --}}
@foreach($slides as $index => $slide)

{{ $brandName }}

{{ $slide['title'] }}

{{ $slide['text'] }}

@endforeach
@foreach($slides as $index => $slide) @endforeach
{{-- Video --}}
{{ $brandName }} product video
{{-- Partners + stats --}}
@foreach($partners as $partner)
{{ $partner['name'] }}
@endforeach
@foreach($stats as $stat)
{{ $stat['value'] }}{{ $stat['label'] }}
@endforeach
{{-- Platform --}}

{{ $platform['heading_green'] ?? 'All-in-One' }} {{ $platform['heading_blue'] ?? 'Platform' }} {{ $platform['heading_rest'] ?? '' }}

{{ $platform['subheading'] ?? '' }}

{{-- Marketing --}}

{{ $marketing['title'] }}

{{ $marketing['text'] }}

    @foreach($marketing['bullets'] as $bullet)
  • {{ $bullet }}
  • @endforeach
Marketing tools
{{-- DRM --}}

{{ $drm['title'] }}

{{ $drm['text'] }}

    @foreach($drm['bullets'] as $bullet)
  • {{ $bullet }}
  • @endforeach
Know More
DRM Security
{{-- Branded apps --}}

{{ $apps['title'] }}

{{ $apps['text'] }}

{{-- Domains --}}

{{ $domains['title'] }}

{{ $domains['text'] }}

@foreach(($domains['items'] ?? []) as $domain)

{{ $domain['title'] }}

{{ $domain['desc'] }}

Learn More →

@endforeach
{{-- Support --}}

{{ $support['title'] }}

{{ $support['text'] }}

@foreach(($support['items'] ?? []) as $item)

{{ $item['title'] }}

{{ $item['desc'] }}

@endforeach
{{-- Testimonials --}}

{{ $testimonialsSection['title'] ?? 'Real Words, Real Impact' }}

{{ $testimonialsSection['text'] ?? '' }}

@foreach(collect($testimonials)->take(3) as $item)

“{{ $item['quote'] }}”

{{ $item['name'] }} {{ $item['role'] }}
@endforeach
{{-- Success stories --}}

{{ $successStoriesSection['title'] ?? 'Success Stories from Our Educators' }}

{{ $successStoriesSection['text'] ?? '' }}

@foreach(collect($successStories)->take(6) as $story)
{{ $story['tag'] }}

{{ $story['title'] }}

{{ $story['date'] }} · {{ $story['read'] }}

@endforeach
{{-- Final CTA --}}

{{ $cta['title'] }}

{{ $cta['text'] }}

@push('scripts') @endpush @endsection