@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')