@extends('student/home') @section('content')

Validation Result Detail [Student name: {{ $student['name'] }}, Topic: {{ $topic['name'] }} ]

@if (Session::has('message'))
{{ Session::get('message') }}
@endif
@if(!empty($testfile[0]['filename'])) @foreach($entities as $index => $entity) @endforeach @else @endif
Test File Topic Name Result Report Exec Time Submitted Code
{{ $testfile[0]['filename'] }} {{ $entity['topic'] }} {{ $entity['checkstat'] }} {!! nl2br(e($entity['report'])) !!} {{ $entity['created_at'] }}
waiting for validation detail..
@endsection