@include('pages.timesheets.components.misc.list-page-actions') @if(auth()->user()->is_team)
@if (@count($timesheets ?? []) > 0) @include('misc.list-pages-stats') @endif
@endif
@include('pages.timesheets.components.table.wrapper')