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