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