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