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