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