@extends('backend.report.layouts.master', ['headerData' => $headerData,'printIt' => 1]) @section('extraStyle') @endsection @section('reportBody')
| SL | Name | @if($showClass)Class | @endif @if($showSection)Section | @endifRegi No. | Roll | @if($showClass)Father Details | Mother Details | Guardian Details | Present Address | Permanent Address | @elseFather Details | Mother Details | Guardian Details | Present Address | Permanent Address | @endif
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{$loop->iteration}} | {{$student->info->name}} | @if($showClass){{$student->class->name}} | @endif @if($showSection){{$student->section->name}} | @endif{{$student->regi_no}} | {{$student->roll_no}} | {{$student->info->father_name}} {{$student->info->father_phone_no}} | {{$student->info->mother_name}} {{$student->info->mother_phone_no}} | {{$student->info->guardian}} {{$student->info->guardian_phone_no}} | {{$student->info->present_address}} | {{$student->info->permanent_address}} |