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