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