@extends('admin/admin') @section('content')

APLAS Test Files

@if (Session::has('message'))
{{ Session::get('message') }}
@endif {{ Form::open(['method' => 'GET']) }}
{!! Form::label('topic', 'Topic:') !!} {!! Form::select('topicList', $items , $filter, ['class' => 'form-control', 'id' => 'topicList', 'onchange' => 'this.form.submit();']) !!} {{ Form::close() }}
@foreach($entities as $entity) @endforeach
Task No. File Name in Storage Topic Name Action
{{ $entity['taskno'] }} {{ $entity['fileName'] }} {{ $entity['content'] }} {{ $entity['name'] }}
{{ csrf_field() }}
@if (0) @endif
@endsection