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