@extends('layout/ace') @section('breadcrumbs') {{ Breadcrumbs::render('blog.post.create') }} @endsection @section('title', 'Blog | Objave | Unos') @section('content')
@csrf @include('cms.blog.post._form')
@endsection @section('scripts') @parent @endsection