|
@if(session()->has('message-danger'))
{{ session()->get('message-danger') }}
@endif
|
||||||||
| @lang('common.sl') | @lang('student.admission_no') | @lang('student.student_name') | @lang('student.roll_number') | @lang('student.attendance') | @lang('common.note') | |||
|---|---|---|---|---|---|---|---|---|
| {{$already_assigned_student->studentInfo->admission_no}} | @if(!empty($already_assigned_student->studentInfo)) {{$already_assigned_student->studentInfo->first_name.' '.$already_assigned_student->studentInfo->last_name}} @endif | {{$already_assigned_student->studentInfo!=""?$already_assigned_student->studentInfo->roll_no:""}} |
attendance_type == "P"? 'checked':''}}>
attendance_type == "L"? 'checked':''}}>
attendance_type == "A"? 'checked':''}}>
attendance_type == "F"? 'checked':''}}>
|
@lang('common.error')
|
||||
| {{$student->admission_no}} | {{$student->first_name.' '.$student->last_name}} | {{$student->roll_no}} |
|
@lang('common.error')
|
||||