@extends('resource.show') @php $links['back'] = guard_url('forum/question'); $links['edit'] = guard_url('forum/question') . '/' . $question->getRouteKey() . '/edit'; @endphp @section('icon') @stop @section('title') {!! __('forum::question.title.main') !!} @stop @section('sub.title') {!! __('forum::question.title.show') !!} @stop @section('breadcrumb')