@php $logo=asset(Storage::url('uploads/logo/')); $company_logo = App\Models\Utility::getValByName('company_logo'); @endphp
{{__('Subject : ').'We are writing to inform you that we have received your '.$payment->invoice.' payment.'}}
{{__('Dear ').$payment->name.','}}
{{__('We have recieved your amount '.$payment->amount.' payment for '.$payment->invoice. ' submited on date '.$payment->date.'.')}}
{{__('Your '.$payment->invoice.' Due amount is '.$payment->dueAmount)}}
{{__('We appreciate your prompt payment and look forward to continued business with you in the future.')}}
{{__('Thank you very much and have a good day.')}}
{{__('Regards,')}}
{{(isset(App\Models\Utility::settings()['company_name']) && !empty(App\Models\Utility::settings()['company_name']))?App\Models\Utility::settings()['company_name']:env('APP_NAME')}}