@php $site_logo = get_attachment_image_by_id(get_static_option('site_white_logo'),"full",false); @endphp @if (!empty($site_logo)) {{get_static_option('site_'.get_user_lang().'_title')}} @endif
@php $message = get_static_option('site_global_email_template'); $message = str_replace('@username',$data['username'],$message); $message = str_replace('@message',$data['message'],$message); $message = str_replace('@company',get_static_option('site_'.get_default_language().'_title'),$message); @endphp {!! $message !!}