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

Admission Process - Student's Registration Process

Here below is the list of information of the student to be registered ,please update the status by opting the correct status for the particular student then click the button update

Student's Informations
{{-- --}}
Name: {{ $records->user->last_name . ', ' . $records->user->first_name . ' ' . $records->user->middle_name }}
Form Four Index No: {{ $records->form4_index_no }}
Form Six Index No {{ $records->form6_index_no }}
Gender: {{ $records->user->gender }}
Birth Date:{{$srs->formatDob($records->dob)}}Birth Date: {{ $records->dob }}
Place of Birth: {{ $records->dob_place }}
Mailing Address: {{ $records->mailing_address }}
Email: {{ $records->email_address }}
Admission Date: {{ $records->admission_date }}
Academic Program: {{ $records->program->program_name . '(' . $records->program_acronym . ')' }}
Registration number: {{ $records->reg_no }}
Room Allocation:
Registration Status: @if ($records->dvs == 1 || $records->dvs == 2) Registered @else {{ $records->status }} @endif