@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')