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