@if (@count($timesheets ?? []) > 0)
@include('pages.reports.timesheets.team.ajax') @include('pages.reports.timesheets.team.footer')
@lang('lang.team_member') @lang('lang.role') @lang('lang.not_invoiced') @lang('lang.invoiced') @lang('lang.total')
@else
@include('notifications.no-results-found')
@endif