@extends('layouts.auth') @section('title', 'Register — School Type') @section('auth-top')
Already have an account? Login Support
@endsection @section('content') Back

What type of school do you operate?

Select the option that best describes your institution.

@if($errors->any())
{{ $errors->first() }}
@endif
@csrf
Nursery / Primary
Creche, nursery and primary schools
Secondary
Junior and senior secondary schools
Tertiary
Universities, polytechnics and colleges

Started but did not complete verification? Click here

@endsection