{{getPhrase('sno')}} | {{getPhrase('name')}} | {{getPhrase('roll_no')}} | {{getPhrase('total_class')}} | {{getPhrase('present')}} | {{getPhrase('absent')}} | {{getPhrase('leave')}} | % | @foreach($summary_attendance as $report)
---|---|---|---|---|---|---|---|
{{$report['sno']}} | {{$report['name']}} | {{$report['roll_no']}} | {{$report['total_classes']}} | {{$report['present']}} | {{$report['absent']}} | {{$report['leave']}} | {{$report['percentage']}}% |