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

JPLAS Learning Result

@if (Session::has('message'))
{{ Session::get('message') }}
@endif {{ Form::open(['method' => 'GET']) }}
{!! Form::label('student', 'Lesson:') !!} {{ Form::close() }}
@foreach($entities as $x => $entity) @endforeach
No Student Name Class Comment Upload Time Download
{{ $x+1 }} {{ $entity['stdname'].' / '.$entity['userid'] }} {{ $entity['tcname'].' / ' .$entity['cname']}} {{ $entity['comment'] }} {{ $entity['created_at'] }}
@if (file_exists('/var/www/html/aplas/storage/app/public/'.$entity['filepath'])) @endif
@endsection