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