@if (@count($timesheets ?? []) > 0) @if(config('visibility.timesheets_col_checkboxes')) @endif @if(config('visibility.timesheets_col_related')) @endif @if(config('visibility.timesheets_col_recorded_by')) @endif @if(config('visibility.timesheets_col_start_time')) @endif @if(config('visibility.timesheets_col_action')) @endif @include('pages.timesheets.components.table.ajax')
{{ cleanLang(__('lang.user')) }} {{ cleanLang(__('lang.task')) }} {{ cleanLang(__('lang.project')) }}{{ cleanLang(__('lang.recorded_by')) }} {{ cleanLang(__('lang.date')) }} @lang('lang.start_time') {{ cleanLang(__('lang.invoiced')) }} {{ cleanLang(__('lang.time')) }} {{ cleanLang(__('lang.action')) }}
@include('misc.load-more-button')
@endif @if (@count($timesheets ?? []) == 0) @include('notifications.no-results-found') @endif