@if (session()->has('errorMessage'))
Error! {{ session()->pull('errorMessage') }}
@endif
@if (session()->has('successMessage'))
Success! {{ session()->pull('successMessage') }}
@endif
|
NAME : {{ Auth::user()->full_name }}
|
ID : {{ $studentID->system_generated_student_id }}
|
|
CLASS : {{ isset($studentID->class_info->ClassName) ? $studentID->class_info->ClassName : '' }}
|
SECTION : {{ isset($studentID->section->SectionName) ? $studentID->section->SectionName : '' }}
|
GROUP : {{ isset($studentID->group->GroupName) ? $studentID->group->GroupName : '' }}
|
| Head Name |
Head Value |
Month |
Total |
|
{{ $errors->payment->first('head_name') }}
|
0
|
|
0
|
|
Online service charge (1.5%)
|
0
|
|
Grand Total
|
0
|
|