@extends('layouts.app') @section('content')
Post @include('component.breadcrumb', ['items' => ['Web', 'Post', 'Create New']])
@include('component.flash')
{!! csrf_field() !!}
@include('web.post.panel.general') @include('web.post.panel.publish') @include('web.post.panel.sticky') @include('web.post.panel.image') @include('web.post.panel.slug') @include('web.post.panel.tag') @include('web.post.panel.file') @include('web.post.panel.url') @include('web.post.panel.gallery') @include('web.post.panel.style')
@stop