@extends('resource.show') @php $links['back'] = guard_url('news/news'); $links['edit'] = guard_url('news/news') . '/' . $news->getRouteKey() . '/edit'; @endphp @section('icon') @stop @section('title') {!! __('news::news.title.main') !!} @stop @section('sub.title') {!! __('news::news.title.show') !!} @stop @section('breadcrumb')