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