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