@csrf
@if(Session::has("success"))
{{Session::get('success')}}
@elseif(Session::has("failed"))
{{Session::get('failed')}}
@endif

PHPMailer Example