@extends('resource.show') @php $links['back'] = guard_url('category/product_category'); $links['edit'] = guard_url('category/product_category') . '/' . $product_category->getRouteKey() . '/edit'; @endphp @section('icon') @stop @section('title') {!! __('category::product_category.title.main') !!} @stop @section('sub.title') {!! __('category::product_category.title.show') !!} @stop @section('breadcrumb')