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