@extends('Layouts.Application') @section('MainContent')
Student Online Exam
@include('Layouts.FormValidationErrors') @include('Layouts.ErrorSuccessAndWarninMessages')
NAME : {{Auth::user()-> full_name}} ID : {{ $studentID->system_generated_student_id }}
ROLL : {{ $studentID->roll_no }} CLASS : {{ $studentID->ClassName }} SECTION : {{ $studentID->SectionName }} GROUP : {{ $studentID->GroupName }}
{{ csrf_field() }}

@endsection