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