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

Start Learning Android Programming with iCLOP

@if (Session::has('message'))
{{ Session::get('message') }}
@endif {{ Form::open(['method' => 'GET']) }}
{!! Form::label('topic', 'Learning Topic:') !!} {!! Form::select('topicList', $itemslearning , $filter, ['class' => 'form-control', 'id' => 'topicList', 'onchange' => 'this.form.submit();']) !!}
{{ Form::close() }}
Guide Documents Test Files Supplement Files Other Files
Resource for {{ $topic['name'] }} @if($topic['guide'] !='') @else Empty @endif @if($topic['testfile'] !='') @else Empty @endif @if($topic['supplement'] !='') @else Empty @endif @if($topic['other'] !='') @else Empty @endif
@foreach($entities as $entity) @endforeach
Task No. Description Topic Name Show
{{ $entity['taskno'] }} {{ $entity['desc'] }} {{ $entity['name'] }}
@endsection