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