# Finance Document Rejected
Your finance document has been rejected.
**Document Details:**
- **Title:** {{ $document->title }}
- **Amount:** KES {{ number_format($document->amount, 2) }}
- **Type:** {{ ucfirst(str_replace('_', ' ', $document->type)) }}
@if($document->member)
- **Member:** {{ $document->member->full_name }}
@endif
**Rejection Details:**
- **Rejected by:** {{ $document->rejectedBy->name }}
- **Rejected at:** {{ $document->rejected_at->format('M d, Y H:i') }}
@if($document->rejection_reason)
**Reason:**
{{ $document->rejection_reason }}
@endif
View Document
Please review the rejection reason and contact the approver if you have any questions.
Thanks,
{{ config('app.name') }}