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