@php $appName = $appName ?? 'Sistema'; $title = $title ?? 'Notificacion'; $intro = $intro ?? ''; $fields = $fields ?? []; $detailMessage = $detailMessage ?? null; $detailLabel = $detailLabel ?? 'Detalle'; $actionUrl = $actionUrl ?? null; $actionLabel = $actionLabel ?? 'Ver detalle'; $accentColor = $accentColor ?? '#16a34a'; $timestamp = $timestamp ?? now()->toDateTimeString(); @endphp
{{ $appName }}
{{ $title }}
@if(!empty($intro))

{{ $intro }}

@endif @if(!empty($fields)) @foreach($fields as $field) @endforeach
{{ $field['label'] ?? '' }} {{ $field['value'] ?? '' }}
@endif @if(!empty($detailMessage))
{{ $detailLabel }}
{!! nl2br(e($detailMessage)) !!}
@endif @if(!empty($actionUrl)) @endif
Enviado: {{ $timestamp }}

Este correo fue generado automaticamente.