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