|
Hello {{ $notifiable->name ?? 'there' }},
@if (!empty($customMessage))
{!! nl2br(e($customMessage)) !!}
@else
You have received a new notification. Please log in to your account to view more details.
@endif
Thank you for using our application!
Best regards,
Blinke Team
|