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