@extends('website.layouts.app') @section('title', 'Student Registration – ' . config('website.brand')) @section('meta_description', 'Create your Learnyst student account to start learning online.') @section('content') @php $brand = config('website.brand'); @endphp

Student Registration

Create your free student account and start learning with academies on {{ $brand }}.

Get started

Join as a student

Register once to browse courses, enroll, learn at your pace, and earn certificates from trusted academies.

  • Quick and free registration
  • Personalized student dashboard
  • Course progress tracking
  • Secure account access

Create account

Fill in your details to create a student account.

@if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @if(!empty($redirect)) @endif
@endsection