@extends('layouts.app') @section('title', 'Primary Learning Tutor - Your Personal AI Tutor 24/7') @section('content')

Your Personal AI Tutor, Available 24/7

What if your child had a tutor that can answer any question, and is available 24/7? That's Primary Learning Tutor! The AI tutor designed to make learning easy, affordable, and always available πŸš€

No signup or credit card needed to try!

What is Primary Learning Tutor?

Primary Learning Tutor is your personal AI-powered tutor, built specifically for Primary 1 students. Available 24/7 to provide instant help with mathematics and other subjects, fully aligned with the curriculum.

πŸ’‘
Instant Help

Get answers anytime, anywhere

πŸ“š
Curriculum Aligned

Matches Primary 1 syllabus

πŸ“± Interactive Demo

See how it works!

What is addition?

Addition is putting numbers together! Let me explain with examples...

Why Choose Primary Learning Tutor?

πŸ’°

Affordable

Get premium learning support for a fraction of traditional tuition costs. Quality education that doesn't break the bank.

⏰

Flexible

Learn at your own pace, anytime, anywhereβ€”on your phone, tablet, or desktop. No fixed schedules to worry about.

🀝

Supportive

Perfect as your main tutor or as extra help alongside existing classes. Always here when you need assistance.

How It Works

1
Sign Up or Login

Create your free account in seconds. No credit card required to get started!

2
Upload or Ask

Upload learning materials (PDF, images) or simply start asking questions about Primary 1 topics.

3
Get Instant Answers

Receive clear, step-by-step explanations tailored for Primary 1 students. Easy to understand!

4
Learn & Practice

Ask follow-up questions, practice more, and track your progress. Keep learning at your pace!

Features & Benefits

πŸ”„ 24/7 AI-Powered Tutoring

An always-available AI tutor tailored to Primary 1 curriculum, ready to answer questions anytime.

  • βœ… Immediate Help, Anytime
  • βœ… Simplified Learning
  • βœ… Personalized Support

πŸ“– Curriculum Aligned

Complete coverage of Primary 1 Mathematics and other subjects, fully aligned with the curriculum.

  • βœ… Numbers & Counting
  • βœ… Addition & Subtraction
  • βœ… Shapes & Patterns
  • βœ… Measurement & More

πŸ“„ Document Analysis

Upload PDFs, images, or documents and get instant explanations. Perfect for homework and worksheets!

  • βœ… PDF Support
  • βœ… Image Recognition
  • βœ… Document Text Extraction

πŸ’¬ Interactive Chat

Have natural conversations with your AI tutor. Ask questions, get clarifications, and learn interactively.

  • βœ… Natural Language
  • βœ… Follow-up Questions
  • βœ… Conversation History
@if(isset($featuredVideos) && $featuredVideos->count() > 0)

⭐ Featured Educational Videos

Watch interactive videos, stories, and lessons to enhance your learning experience!

@foreach($featuredVideos as $video)
player_code || $video->video_hash) onclick="window.location.href='{{ route('videos.show', $video) }}'" @else onclick="openVideoModalLanding('{{ addslashes($video->title) }}', '{{ $video->video_url }}', '{{ $video->description ?? '' }}')" @endif style="cursor: pointer;">
@if($video->thumbnail_url) {{ $video->title }} @else
πŸ“Ή
@endif
β–Ά
@if($video->duration) {{ $video->duration }} @endif ⭐ Featured
{{ $video->title }}
{{ $video->type }} @if($video->genre) {{ $video->genre }} @endif @if($video->rating > 0) ⭐ {{ number_format($video->rating, 1) }} @endif
@if($video->classModel || $video->subject)

@if($video->classModel){{ $video->classModel->name }}@endif @if($video->subject) β€’ {{ $video->subject->name }}@endif @if($video->topic) β€’ {{ $video->topic }}@endif

@endif
@endforeach
@guest @else @endguest
@endif @if(isset($latestBlogs) && $latestBlogs->count() > 0)

πŸ“ Latest Blog Posts

Read helpful articles, tips, and learning guides!

@foreach($latestBlogs as $blog)
@if($blog->featured_image) {{ $blog->title }} @else
πŸ“
@endif
@if($blog->category) {{ $blog->category }} @endif
{{ $blog->title }}
@if($blog->excerpt)

{{ $blog->excerpt }}

@endif @if($blog->published_at) {{ $blog->published_at->format('M d, Y') }} @endif
@endforeach
@endif @if(isset($latestVideos) && $latestVideos->count() > 0)

πŸ“Ί Latest Educational Content

Check out our newest videos and learning materials!

@foreach($latestVideos->take(4) as $video)
player_code || $video->video_hash) onclick="window.location.href='{{ route('videos.show', $video) }}'" @else onclick="openVideoModalLanding('{{ addslashes($video->title) }}', '{{ $video->video_url }}', '{{ $video->description ?? '' }}')" @endif style="cursor: pointer;">
@if($video->thumbnail_url) {{ $video->title }} @else
πŸ“Ή
@endif
β–Ά
@if($video->duration) {{ $video->duration }} @endif
{{ $video->title }}
{{ $video->type }} @if($video->genre) {{ $video->genre }} @endif
@endforeach
@endif

Ready to Boost Your Learning?

Join students who are improving their understanding with Primary Learning Tutor!

@guest Get Started Free

No credit card required. Start learning in seconds!

@else Continue Learning @endguest
@endsection @push('styles') @endpush @push('scripts') @endpush