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