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