@if (@count($expenses ?? []) > 0) @if(config('visibility.expenses_col_checkboxes')) @endif @if(config('visibility.expenses_col_date')) @endif @if(config('visibility.expenses_col_description')) @endif @if(config('visibility.expenses_col_user')) @endif @if(config('visibility.expenses_col_client')) @endif @if(config('visibility.expenses_col_project')) @endif @if(config('visibility.expenses_col_amount')) @endif @if(config('visibility.expenses_col_status')) @endif @if(config('visibility.expenses_col_action')) @endif @include('pages.expenses.components.table.ajax')
{{ cleanLang(__('lang.id')) }} {{ cleanLang(__('lang.date')) }} {{ cleanLang(__('lang.description')) }} {{ cleanLang(__('lang.user')) }} {{ cleanLang(__('lang.client')) }} {{ cleanLang(__('lang.project')) }} {{ cleanLang(__('lang.amount')) }} {{ cleanLang(__('lang.status')) }} {{ cleanLang(__('lang.action')) }}
@include('misc.load-more-button')
@endif @if (@count($expenses ?? []) == 0) @include('notifications.no-results-found') @endif