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