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