@php $brandTxt = $brand ?? config('app.name', 'Brand'); $subTxt = $subtitle ?? '업데이트/공지/소식'; $subj = $subject ?? ''; $copy = $copyright ?? ('© 2018 '.$brandTxt.'.'); $bodyOut = $body_html ?? nl2br(e($body_text ?? $body ?? '')); $snsList = []; if (!empty($sns) && is_array($sns)) { if (isset($sns[0]) && is_array($sns[0])) $snsList = $sns; else foreach ($sns as $k=>$u) if ($u) $snsList[] = ['label'=>ucfirst((string)$k), 'url'=>$u]; } @endphp
@if(!empty($heroUrl)) @endif
@if(!empty($logoUrl)) {{ $brandTxt }} @else {{ $brandTxt }} @endif
{{ $subj }}
{!! $bodyOut !!}
{{-- Highlight tip --}}
안내
이 메일은 발신 전용입니다. 문의가 필요하면 관리자 채널을 통해 연락해 주세요.
{{ $copy }}
@if(!empty($snsList))
@foreach($snsList as $s) @php $u=$s['url']??''; $l=$s['label']??''; @endphp @if($u && $l) {{ $l }} @endif @endforeach
@endif