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