@extends('mail.layout.default')
@section('content')
Question Error
| Student Name |
:{{ $student_name }} |
| Student USN |
:{{ $student_USN }} |
| Student College |
:{{ $college }} |
| Student Campus |
:{{ $campus }} |
| Student Branch |
:{{ $branch }} |
| Student Batch |
:{{ $batch }} |
| Test Title |
:{{ $test_title }} |
| Question No |
:{{ $question_id }} |
| Comment |
:{{ $command }} |
|
@endsection