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