@include('misc.heading-crumbs')
@include('pages.timesheets.components.misc.list-page-actions')
@if(auth()->user()->is_team)
@include('misc.list-pages-stats-3')
@endif
@include('pages.timesheets.components.table.wrapper')
@include('pages.task.modal')
@endsection