@extends('emails.layout') @section('content')
Hello {{ $userName }},
{!! nl2br(e($message)) !!}
View Dashboard

Best regards,
The RMBXchange Team

@endsection