@extends('layout/ace') @section('breadcrumbs') {{ Breadcrumbs::render('blog.post.edit', $post) }} @endsection @section('title') Blog | Objave | Izmena - {{ $post->title }} @endsection @section('content')
@method('PUT') @csrf @include('cms.blog.post._form')
@endsection @section('scripts') @parent @endsection