logo

Hello {{ ucfirst($invoiceInfo->client->user->first_name) }},


{{ ucfirst($freelancer->user->first_name).' ' .ucfirst($freelancer->user->last_name) }} has sent you an invoice for ({{ $invoiceInfo->title ? ucfirst($invoiceInfo->title) : 'Unknown Title' }}).

Click here to view and download your invoice.

@if($paymentLink && $paymentLink->pay_now_url )

Pay Now

@endif

Sincerely,
Your Teem.