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