Add Topic
@if ($errors->any())
Whoops! There were some problems with your input.
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
{!! Form::open(array('route' => 'portal.topics.store','method'=>'POST', 'files' => true)) !!}
@include('admin.topic.partials.form', ['topic' => null])
{!! Form::close() !!}