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