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