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