@extends('layouts.layout') @section('title', 'Add Post') @section('content')
{!! Form::open(['route' => ['post.store'],'enctype' => 'multipart/form-data' ]) !!} @include('post.form')
{!! Form::close() !!}
@endsection