{{$title}}


@foreach($summary_attendance[0]['date'] as $key => $attendance) @endforeach @foreach($summary_attendance as $key => $report) @foreach($report['date'] as $attendance) @endforeach @endforeach
{{getPhrase('sno')}} {{getPhrase('name')}} {{getPhrase('roll_no')}}{{date('d-m-Y',strtotime($key))}}Total Present Of Current Month Total Absent Of Current Month Total Present Of Last Months Total Absent of Of Last Months Total Present Total Absent Percentage (%)
{{$i}} {{$report['name']}} {{$report['roll_no']}}{{$attendance}} {{$currentpp}} {{$currentaa}} {{$report['total_last_present']}} {{$report['total_last_absent']}} {{$currentpp+$report['total_last_present']}} {{$currentaa+$report['total_last_absent']}}
  {{ $tt1 }} {{ $tt2 }} {{ $tt3 }} {{ $tt4 }} {{ $tt5 }} {{ $tt6 }}  
  {{ $tt1 + $tt2 }} {{ $tt3 + $tt4 }} {{ $tt5 + $tt6 }}  
   Average = {{ number_format($tt1/count($summary_attendance),2,'.','') }}
   Percentage (%) = {{ number_format( ($tt1/($tt1+$tt2))*100,2,'.','') }}
   Total % of the Month =