Business Plan #{{ $businessPlan->id }}
| Employee | Amount | Status | Date | Transaction | Actions |
|---|---|---|---|---|---|
|
{{ $selfPayment->businessEmployee->full_name }}
{{ $selfPayment->businessEmployee->email }}
|
${{ number_format($selfPayment->amount_in_dollars, 2) }} | {{ $selfPayment->status_label }} | {{ $selfPayment->paid_at ? $selfPayment->paid_at->format('M j, Y g:i A') : $selfPayment->created_at->format('M j, Y g:i A') }} | {{ $selfPayment->transaction_reference ?? 'N/A' }} |
@if($selfPayment->isCompleted())
|
{{ $log->description }}
{{ $log->created_at->format('M j, Y g:i A') }} @if($log->user) by {{ $log->user->fname }} {{ $log->user->lname }} @endif