@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')