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