@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')
  • {{ __('app.home') }}
  • {!! __('lesson::lessons.name') !!}
  • {{ __('app.show') }}
  • @stop @section('tabs') @stop @section('tools') @stop @section('content') @include('lesson::lessons.partial.show', ['mode' => 'show']) @stop