@extends('layouts.app') @section('content')

Welcome to CREATON

Your gateway to smarter exams, blogs, and learning resources.

@guest Register Now @endguest

Explore Popular Exams

@foreach($exams as $exam)

{{ $exam->title }}

{{ Str::limit($exam->instructions, 80) }}

Take Exam
@endforeach
@endsection