@php $themes = config('card_themes'); @endphp @foreach ($cards as $c) @php $themeId = $c->template_id ?? 1; $theme = $themes[$themeId] ?? $themes[1]; @endphp
MSNV: {{ $c->receiverUser ? $c->receiverUser->msnv : ($c->receiver ?? '---') }}
{{ $c->receiverUser ? $c->receiverUser->mail : '---' }}