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