@lang('behaviourRecords.rank') | @lang('behaviourRecords.admission_no') | @lang('behaviourRecords.student_name') | @lang('behaviourRecords.class')(@lang('behaviourRecords.section')) | @lang('behaviourRecords.gender') | @lang('behaviourRecords.phone') | @lang('behaviourRecords.total_points') | @lang('behaviourRecords.actions') |
---|---|---|---|---|---|---|---|
{{ $key + 1 }} | {{ $data->admission_no }} | {{ $data->first_name }} {{ $data->last_name }} | @foreach ($data->studentRecords as $studentRecord) {{ $studentRecord->class->class_name }}({{ $studentRecord->section->section_name }}) @endforeach | {{ $data->gender->base_setup_name }} | {{ $data->mobile }} | {{ $data->incidents_sum_point }} |
|