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