@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 @php echo $dataTable->scripts(); @endphp @endpush @section('mainContent')

{{ __('income.Incomes') }}

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