@component('mail::layout')
{{-- Header --}}
@slot('header')
@component('mail::header', ['url' => config('app.url')])
@endcomponent
@endslot
{{-- Body --}}
A new live consultation has been created.
Consultation Title: {{$consultation_title}}
Consultation Date: {{$consultation_date}}
Consultation Duration Time: {{$consultation_duration_time}} Minutes
Created By: {{$created_by}}
Created For: {{$created_for}}
Patient Name: {{$patient_name}}
Patient Type: {{$patient_type}}
Doctor Name: {{$doctor_name}}
Doctor Department: {{$doctor_department}}
To join the Zoom meeting, please click here:
Thanks & Regards,
{{ getSuperAdminAppName() }}