@foreach($seat_plans as $seat_plan)
@if($setting->school_name )

{{generalSetting()->school_name}}

@endif
student_photo) style="max-width: 100%; padding-right: 0px;" @endif> @if($setting->student_name)

{{@$seat_plan->studentRecord->studentDetail->full_name}}

@endif
    @if($setting->class_section)
  • {{@$seat_plan->studentRecord->class->class_name}} ({{@$seat_plan->studentRecord->section->section_name}})
  • @endif @if($setting->roll_no)
  • @lang('student.roll_number') : {{@$seat_plan->studentRecord->studentDetail->roll_no}}
  • @endif @if($setting->admission_no)
  • @lang('student.admission_no') : {{@$seat_plan->studentRecord->studentDetail->admission_no}}
  • @endif
@if($setting->student_photo)
@if($seat_plan->studentRecord->studentDetail->student_photo) {{@$seat_plan->studentRecord->studentDetail->full_name}} @else {{@$seat_plan->studentRecord->studentDetail->full_name}} @endif
@endif
@endforeach