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