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