@php
$img =
'';
@endphp
| শিক্ষার্থীর নাম: {{ @$student->student_name_bn ?? @$student->student_name_en }} | শিক্ষার্থীর আইডি: {{ @$student->roll }} | ||||
| শ্রেণী: {{ @$section->class_id }} | শাখা: {{ @$section->section_name }} | {{--শ্রেণী শিক্ষকের নাম: PURNIMA SARKER | --}}|||
| আচরণগত মূল্যায়ন মাত্রা (BI) | |||||
| আচরণগত মূল্যায়ন(BI) | শিক্ষার্থীর আচরণগত মাত্রা | ||||
| @php if (@$item['bi_info']['weights'][0]['weight_uid'] == $item['weight_uid']) { echo $img; } @endphp | @php if (@$item['bi_info']['weights'][1]['weight_uid'] == $item['weight_uid']) { echo $img; } @endphp | @php if (@$item['bi_info']['weights'][2]['weight_uid'] == $item['weight_uid']) { echo $img; } @endphp | |||
| {{ @$item['bi_info']['bi_id'] }}. {{ @$item['bi_info']['name_bn'] }} | {{ @$item['bi_info']['weights'][0]['title_bn'] }} | {{ @$item['bi_info']['weights'][1]['title_bn'] }} | {{ @$item['bi_info']['weights'][2]['title_bn'] }} | ||