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