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