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