@extends('dashboard.index') @section('contentDashboard') @include('dashboard.page_header') @if (count($errors) > 0)
@endif
{!! Form::open(array('route' => 'modules.store','method'=>'POST','enctype'=>'multipart/form-data')) !!}


* Choose specific post or number of posts displayed in module.


{!! Form::close() !!}
@endsection