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




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