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