{{ number_format($this->totalStaff) }}
{{ number_format($this->activeStaff) }}
@if($this->totalStaff > 0)
{{ round(($this->activeStaff / $this->totalStaff) * 100, 1) }}% of total
@endif
{{ number_format($this->inactiveStaff) }}
@if($this->totalStaff > 0)
{{ round(($this->inactiveStaff / $this->totalStaff) * 100, 1) }}% of total
@endif
{{ number_format($this->newThisMonth) }}
Since {{ now()->startOfMonth()->format('M 1, Y') }}
{{-- Filters --}}