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

Create Student Account

Save GPA records, study plans, college matches, and secure academic support messages.

@csrf
@if ($errors->any())
{{ $errors->first() }}
@endif
@endsection