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