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