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