@extends('resource.show') @php $links['back'] = guard_url('featured/1'); $links['edit'] = guard_url('featured/1') . '/' . $1->getRouteKey() . '/edit'; @endphp @section('icon') <i class="pe-7s-display2"></i> @stop @section('title') {!! __('featured::1.title.main') !!} @stop @section('sub.title') {!! __('featured::1.title.show') !!} @stop @section('breadcrumb') <li><a href="{!!guard_url('/')!!}">{{ __('app.home') }}</a></li> <li><a href="{!!guard_url('$featured/1')!!}">{!! __('featured::1.name') !!}</a></li> <li>{{ __('app.show') }}</li> @stop @section('tabs') @stop @section('tools') <a href="{!!guard_url('$featured/1')!!}" rel="tooltip" class="btn btn-white btn-round btn-simple btn-icon pull-right add-new" data-original-title="" title=""> <i class="fa fa-chevron-left"></i> </a> @stop @section('content') @include('featured::1.partial.show', ['mode' => 'show']) @stop