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