Register
@if ($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@csrf
Full Name
Email
Password
Confirm Password
Classroom
-- Select Classroom --
@foreach($classrooms as $classroom)
id ? 'selected' : '' }}> {{ $classroom->code }} Section {{ $classroom->section }}
@endforeach
{{--
Batch
-- Select Batch --
@foreach($batches as $batch)
id ? 'selected' : '' }}> {{ $batch->name }} ({{ \Carbon\Carbon::parse($batch->start_date)->format('M Y') }} - {{ \Carbon\Carbon::parse($batch->end_date)->format('M Y') }})
@endforeach
--}}
Already registered?
Register