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