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