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