@extends('admin.sub_contents.base') @section('main')
@if(count($score)>0) @foreach($score as $row) @if(profile_permission($row->student_id)) @endif id; ?> @endforeach
Testing System {{$row->test_name}} Test Date: {{date("d M, Y", strtotime($row->test_date))}}
{{$row->overall_score}}
Overall
{{$row->listening}}
Listening
{{$row->speaking}}
Speaking
{{$row->writing}}
Writing
{{$row->reading}}
Reading
@else
No Test Score available.
@endif
@endsection