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