@lang('behaviourRecords.admission_no') | @lang('behaviourRecords.student_name') | @lang('behaviourRecords.class')(@lang('behaviourRecords.section')) | @lang('behaviourRecords.gender') | @lang('behaviourRecords.phone') | @lang('behaviourRecords.total_incidents') | @lang('behaviourRecords.total_points') | @lang('behaviourRecords.actions') |
---|---|---|---|---|---|---|---|
{{ $data->student->admission_no }} | {{ $data->student->first_name }} {{ $data->student->last_name }} | {{ $data->class->class_name }}({{ $data->section->section_name }}) | {{ $data->student->gender->base_setup_name }} | {{ $data->student->mobile }} | {{ $data->incidents_count }} | {{ $data->incidents_sum_point ? $data->incidents_sum_point : 0 }} |
|