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