@include('resultreports::layouts.reportHeader') @php $fontSize = 'font-size: 0.6rem;'; $width = 'width:100%'; @endphp
Subject Wise Analysis -- {{$data['subject']['name'] }} ({{$data['subject']['max_marks'] }})
@foreach ($data['reportData'] as $report) @endforeach
School Section Teacher Total Strength Total Appeared Total Passed Pass Percentage Below 33% Below 33% (Per) 33% - 50% 33% - 50% (Per) 50% - 75% 50% - 75% (Per) 75% - 90% 75% - 90% (Per) 90% - 100% 90% - 100% (Per)
{{ $report['School'] }} {{ $report['Section'] }} {{ $report['Teacher'] }} {{ $report['TotalStrength'] }} {{ $report['TotalAppeared'] }} {{ $report['TotalPassed'] }} {{ $report['PassPercentage'] }}% {{ $report['Below33'] }} {{ $report['Below33Per'] }}% {{ $report['33to50'] }} {{ $report['33to50Per'] }}% {{ $report['50to75'] }} {{ $report['50to75Per'] }}% {{ $report['75to90'] }} {{ $report['75to90Per'] }}% {{ $report['90to100'] }} {{ $report['90to100Per'] }}%
@include('resultreports::layouts.reportSignature')