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

Create Account

Register to access courses and track your progress.

@if ($errors->any())
{{ $errors->first() }}
@endif
@csrf
Already have an account? Login
@endsection