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