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