@extends('backend.layouts.app') @section('head') @endsection @section('content')

{{$student->name}}

Student Name {{$student->name}} Student Score {{$score}}%
Student Grade {{$student->grade->name}} Standard Level {{$standard['grade']}}
Section {{$student->section->name}} Class Average Score {{$class_avg}}%
Exam Subject {{ $exam->title }} Class Ranking {{$student_rank+1}}
Exam Date {{ date('d F Y', strtotime($exam->date_and_time)) }} Class Size {{$student->section->students->count()}}

Student Score

@if(!empty($data)) @foreach ($data as $value) @endforeach @endif
# COMPETENCY STANDARD LEVEL
{{$loop->iteration}} {{$value['name']}} {{$value['standard']['grade']}}
@endsection @section('script') @endsection