@extends('resource.edit') @php $links['back'] = guard_url('channels/post'); $links['form'] = guard_url('channels/post') . '/' . $post->getRouteKey(); @endphp @section('icon') @stop @section('title') {!! __('channels::post.title.main') !!} @stop @section('sub.title') {!! __('channels::post.title.edit') !!} @stop @section('breadcrumb')
  • {{ __('app.home') }}
  • {!! __('channels::post.name') !!}
  • {{ __('app.edit') }}
  • @stop @section('tabs') @stop @section('tools') @stop @section('content') @include('channels::post.partial.entry', ['mode' => 'edit']) @stop @section('actions')
    @stop