@if (session('success'))
@elseif (session('update'))
@elseif ($errors->has('invalid'))
@elseif (session('invalid'))
@endif
@csrf
Back
Create Account
Personal Information
First Name
Last Name
Middle Name
Gender
Female
Male
Address
Account Information
@php $schools = \App\Models\School::get(); $school_options = []; foreach ($schools as $school) { if (strpos(strtolower($school['description']), 'rweb') !== 0) { $school_options[] = $school['description']; } } @endphp
School
Select a school
@foreach ($school_options as $school)
{{ $school }}
@endforeach
Student No.
Phone
Email
Password
Confirm Password
Emergency Contact
Full Name
Address
Contact No.