@extends('backend::layouts.app') @section('content')
Posts Create @include('backend-post::post.inc.form',['action' => route('backend.post.store'), 'method' => 'post'])
@endsection