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