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