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