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