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