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