@php $back_color = $back_color ?? '#e00918'; $rname = $rname ?? 'TastyBoom'; $raddress = $raddress ?? ''; $rphone = $rphone ?? ''; $logo_color = isset($logo_color) ? '_'.$logo_color:''; $mail_view = $mail_view ?? 'base'; $data['title'] = $title ?? ''; $data['full_name'] = $full_name ?? ''; $data['back_color'] = $back_color; @endphp
 
 
TastyBoom Network
 
 
@include('shared.commons.logo', ['class' => 'img-logo', 'logo' => 'nav', 'style' => 'display:block;border:none;max-height:100%;max-width:100%;' ])
 
 
 
{{ $rname }}
 
{{ $raddress }}
{{ $rphone }}
 
 
 
@if($mail_view != 'base') @include('emails.'.$mail_view, ['data' => $data, 'class' => '', 'style' => '' ]) @else

TastyBoom

@lang('emails.text4_welcome')

@endif
 
 
 
 

© {{ date('Y') }} @lang('trans.powered_by') TastyBoom @lang('trans.technologies').