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