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