first()->value; $company_email =BusinessSetting::where('key', 'email_address')->first()->value; $company_name =BusinessSetting::where('key', 'business_name')->first()->value; $logo =BusinessSetting::where('key', 'logo')->first()->value; $company_address =BusinessSetting::where('key', 'address')->first()->value; $company_mobile_logo = $logo; $company_links = json_decode(BusinessSetting::where('key','landing_page_links')->first()->value, true); ?>
                    {{translate('messages.Dear')}}, {{ $name }} | 
                
                     | 
            
{!! $body ?? '' !!}
| @foreach ($social_media as $item) @endforeach | @endif
|---|
| 
                      {{translate('messages.phone')}}: {{$company_phone}} {{translate('messages.email')}}: {{$company_email}} 
                    @if ($company_links['web_app_url_status'])
                    
                    @endif
                    {{$company_address}} 
                    {{translate('messages.All copy right reserved',['year'=>date('Y'),'title'=>$company_name])}}
                 |