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