Monitor and manage employee self-payments across all business plans
| Payment ID | Business | Employee | Amount | Status | Date | Transaction | Actions |
|---|---|---|---|---|---|---|---|
| #{{ $payment->id }} |
{{ $payment->businessPlan->business->name }}
Plan #{{ $payment->businessPlan->id }}
|
{{ $payment->businessEmployee->full_name }}
{{ $payment->businessEmployee->email }}
|
${{ number_format($payment->amount_in_dollars, 2) }} | {{ $payment->status_label }} | {{ $payment->paid_at ? $payment->paid_at->format('M j, Y g:i A') : $payment->created_at->format('M j, Y g:i A') }} | {{ $payment->transaction_reference ?? 'N/A' }} |
View Plan
@if($payment->isCompleted())
|
| No self-payments found. | |||||||