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