Total Employees
{{ number_format($totalEmployees) }}
100%Monthly Payroll
${{ number_format($currentMonthTotal / 1000, 0) }}K
@if($payrollTrend != 0) @if($payrollTrend >= 0) +{{ number_format(abs($payrollTrend), 0) }}% @else {{ number_format($payrollTrend, 0) }}% @endif @endifGross Pay
${{ number_format($currentMonthGross / 1000, 0) }}K
LatestDeductions
${{ number_format($currentMonthDeductions / 1000, 0) }}K
{{ $currentMonthGross > 0 ? number_format(($currentMonthDeductions/$currentMonthGross)*100, 0) : 0 }}%New Hires
{{ $recentEmployees->count() }}
Expiring
{{ $expiringContracts->count() }}
Gross Pay
${{ number_format($currentMonthGross / 1000, 0) }}K
Total Deductions
${{ number_format($currentMonthDeductions / 1000, 0) }}K
Net Pay
${{ number_format($currentMonthTotal / 1000, 0) }}K
{{ $contract->employee->first_name }} {{ $contract->employee->last_name }}
Expires: {{ \Carbon\Carbon::parse($contract->end_date)->format('M d, Y') }}
No contracts expiring soon
{{ $employee->first_name }} {{ $employee->last_name }}
{{ $employee->department ? ucfirst($employee->department) : 'N/A' }}
No new employees recently