HEX
Server: nginx/1.24.0
System: Linux DGT-WORDPRESS-VM-SERVER 6.14.0-1017-azure #17~24.04.1-Ubuntu SMP Mon Dec 1 20:10:50 UTC 2025 x86_64
User: ubuntu (1000)
PHP: 8.4.12
Disabled: NONE
Upload Files
File: /mnt/data/ghayatcom/ghayatcom-api/resources/views/emails/consultation_completed.blade.php
@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