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