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