@php $logo=asset(Storage::url('uploads/logo/')); $company_logo =App\Models\Utility::getValByName('company_logo'); @endphp

{{__('Subject : ').'Follow-up on invoice '.$payment->invoice.' payment.'}}

{{__('Dear ').$payment->name.','}}

{{__('I hope you’re well. This is just a reminder that payment on invoice '.$payment->invoice.' (total '.$payment->dueAmount.'), which we sent on '.$payment->date.', is due today. You can make payment to the bank account specified on the invoice.')}}

{{__('I’m sure you’re busy, but I’d appreciate if you could take a moment and look over the invoice when you get a chance.')}}

{{__(' If you have any questions whatever, please reply and I’d be happy to clarify them.')}}

{{__('Thanks,')}}

{{(isset(App\Models\Utility::settings()['company_name']) && !empty(App\Models\Utility::settings()['company_name']))?App\Models\Utility::settings()['company_name']:env('APP_NAME')}}