@extends('resource.index') @php $links['create'] = guard_url('lesson/lessons/create'); $links['search'] = guard_url('lesson/lessons'); @endphp @section('icon') @stop @section('title') {!! __('lesson::lessons.title.main') !!} @stop @section('sub.title') {!! __('lesson::lessons.title.list') !!} @stop @section('breadcrumb')
  • {{ __('app.home') }}
  • {!! __('lesson::lessons.name') !!}
  • {{ __('app.list') }}
  • @stop @section('entry')
    @stop @section('list') @include('lesson::lessons.partial.list.' . $view, ['mode' => 'list']) @stop @section('pagination') {!!$lessons->links()!!} @stop @section('script') @stop @section('style') @stop