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