| @lang('common.sl') | @lang('student.admission_no') | @lang('student.student_name') | @lang('reports.email_&_password') | @lang('reports.parent_email_&_password') |
|---|---|---|---|---|
| {{$count++}} | {{@$record->student->admission_no}} | {{@$record->student->first_name.' '.@$record->student->last_name}} |
@if(@$record->student->user)
{{@$record->student->user !=""? @$record->student->user->email:""}}
{{ Form::open(['class' => 'form-horizontal', 'files' => true, 'url' => 'reset-student-password', 'method' => 'POST', 'enctype' => 'multipart/form-data']) }}
@if(userPermission('student_login_update'))
@endif
|
@if(@$record->student->parents->parent_user)
{{@$record->student->parents->parent_user->email}}
{{ Form::open(['class' => 'form-horizontal', 'files' => true, 'url' => 'reset-student-password', 'method' => 'POST', 'enctype' => 'multipart/form-data']) }}
|