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