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