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