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