@php $logo=asset(Storage::url('uploads/logo/')); $company_logo = App\Models\Utility::getValByName('company_logo'); @endphp
{{__('Subject : ').'Product/Service bill ('.$bill->bill.').'}}
{{__('Hi ').$bill->name.','}}
{{__('Hope this email finds you well! Please see attached bill number '.$bill->bill.' for product/service.')}}
{{__(' simply click on the button below ')}}:
{{__('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')}}