@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() }}
| Task No. |
File Name |
in Storage |
Topic Name |
Action |
@foreach($entities as $entity)
| {{ $entity['taskno'] }} |
{{ $entity['fileName'] }} |
{{ $entity['content'] }} |
{{ $entity['name'] }} |
|
@endforeach