| Job | Client | Task | Started | Ended | Hours | Rate | Amount | Status |
|---|---|---|---|---|---|---|---|---|
| {{ $task['job_number'] }} | {{ $task['client'] }} | {{ $task['task_name'] }} | {{ $task['started_at']?->format('h:i A') ?? '—' }} | {{ $task['stopped_at']?->format('h:i A') ?? ($task['status'] === 'running' ? 'Still Running' : '—') }} | {{ number_format($task['hours'], 2) }}h | ${{ number_format($task['rate'], 2) }}/h | ${{ number_format($task['amount'], 2) }} | {{ ucfirst($task['status']) }} |
| Session Total | {{ number_format($row['total_hours'], 2) }}h | ${{ number_format($row['total_amount'], 2) }} | ||||||
No login sessions found for the selected period.
@endforelse