@extends('layouts.backend.master') @section('content')

Create Post Control Panel Manage Posts

Create Post

{!! Form::open(['url' => '/backend/posts', 'class' => '', 'role' => 'form', 'files' => true]) !!} @include('backend.posts._form') {!! Form::close() !!}
@endsection