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