@component('mail::message')
<h2>{{$data['mail_title']}}</h2>
<p style="line-height: 2;">
Hi {{$data['patient_name']}},<br>
The Consultation report ({{$data['consultation_id']}}) was completed by the doctor.<br>
You can view the consultation report in the below link.<br>
<a style="color: #512DA8;" target="_blank" href="{{$data['report_link']}}">Click Here</a>
</p>
@endcomponent