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