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