@if (isset($trahs_subject_settings) && count($trahs_subject_settings))
@foreach ($trahs_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'] ?? '' }} |
|
|
@endforeach
@endif