@if (isset($subject_settings) && count($subject_settings)) @foreach ($subject_settings as $item) {{-- @php dd($item['group_details'][0]['group_name']); @endphp --}} {{ $item['class_details'][0]['academic_class'] }} - {{ $item['class_details'][0]['numeric_name']??'' }} {{ $item['group_details'][0]['group_name']??'' }} {{ $item['section_details'][0]['section_name']??'' }} {{ $item['subject_details'][0]['subject']??'' }} {{ $item['student_payment']??'' }} {{ $item['teacher_salary'] ??''}} {{ $item['note'] ??''}} @if (isset($item['status']) && $item['status'] == 1) @endif {{-- --}} @endforeach @endif