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