@extends('resource.show') @php $links['back'] = guard_url('automobile/directory'); $links['edit'] = guard_url('automobile/directory') . '/' . $directory->getRouteKey() . '/edit'; @endphp @section('icon') @stop @section('title') {!! __('automobile::directory.title.main') !!} @stop @section('sub.title') {!! __('automobile::directory.title.show') !!} @stop @section('breadcrumb')
  • {{ __('app.home') }}
  • {!! __('automobile::directory.name') !!}
  • {{ __('app.show') }}
  • @stop @section('tabs') @stop @section('tools') @stop @section('content') @include('automobile::directory.partial.show', ['mode' => 'show']) @stop