@include('pages.timesheets.components.actions.checkbox-actions') @include('pages.timesheets.components.table.table') @if(auth()->user()->is_team) @include('pages.timesheets.components.misc.filter-timesheets') @endif @if(config('visibility.list_page_actions_exporting')) @include('pages.export.timesheets.export') @endif