@extends('account::layouts.app') @php $elements = ['datatable', 'nice-select', 'datepicker'] @endphp @push('styles') @if(Route::has('_asset.css')) @endif @endpush @push('scripts') @if(Route::has('_asset.js')) @else @endif {{$dataTable->scripts()}} @endpush @section('mainContent')

{{ __('expense.Expense') }}

@if (permissionCheck('account.expenses.store')) @endif
{{ $dataTable->table([], true) }}
@endsection