| Employee | Role | Status | Services | Comm. Earned | Comm. Paid | Balance | Actions |
|---|---|---|---|---|---|---|---|
|
{{ strtoupper(substr($emp->name, 0, 1)) }}
{{ $emp->name }}
{{ $emp->email }}
@if($emp->telephone)
{{ $emp->telephone }}
@endif
|
{{ $role }} | {{ ucfirst($emp->status) }} | {{ number_format($washes) }} | KSh {{ number_format($earned, 2) }} | KSh {{ number_format($paid, 2) }} | @if($owed > 0) KSh {{ number_format($owed, 2) }} @else ✓ Settled @endif |
Commissions
Edit
@if($emp->id !== auth()->id())
@endif
|