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