@extends('backend.report.layouts.master', ['headerData' => $headerData,'printIt' => 1]) @section('extraStyle') @endsection @section('reportBody')
Filters: {{implode(' II ',$filters)}}
@if($showClass) @endif @if($showSection) @endif @if($showClass) @else @endif @foreach($students as $student) @if($showClass) @endif @if($showSection) @endif @endforeach
SL NameClassSectionRegi No. RollFather Details Mother Details Guardian Details Present Address Permanent AddressFather Details Mother Details Guardian Details Present Address Permanent Address
{{$loop->iteration}} {{$student->info->name}}{{$student->class->name}}{{$student->section->name}}{{$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}}
Printed By: {{auth()->user()->name}}
@endsection