@extends('resource.edit') @php $links['back'] = guard_url('channel/post'); $links['form'] = guard_url('channel/post') . '/' . $post->getRouteKey(); @endphp @section('icon') @stop @section('title') {!! __('channel::post.title.main') !!} @stop @section('sub.title') {!! __('channel::post.title.edit') !!} @stop @section('breadcrumb')