Hello,
{{ $sender->name }} has shared a {{ $resourceType }} record with you.
{{ $resourceType === 'debt' ? 'Debtor' : 'Borrower' }}
{{ $personName }}
Total Amount
${{ number_format($amount, 2) }}
Remaining Amount
${{ number_format($remainingAmount, 2) }}
Or copy and paste this link in your browser:
{{ $shareUrl }}
This link will expire on {{ $shareToken->expires_at->format('F j, Y \a\t g:i A') }}.
@endif