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

{{__('Subject : ').'Product/Service invoice ('.$invoice->invoice.').'}}

{{__('Hi ').$invoice->name.','}}

{{__('Hope this email finds you well! Please see attached invoice number '.$invoice->invoice.' for product/service.')}}

{{__(' simply click on the button below ')}}:

{{__('Invoice')}}

{{__('Feel free to reach out if you have any questions.')}}

{{__('Thank you for your business!')}}

{{__('Regards,')}}

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