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