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