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