@php
try {
$begningDate = explode("-",$mailData["begining_date"]);
$begningDateFormat = $begningDate[1]."/". $begningDate[2]."/".$begningDate[0];
}
catch (\Throwable $exception) {
$begningDateFormat = $mailData["begining_date"];
}
@endphp
BAF Summary
| Dear {{$mailData["contact_person_name"]}}, |
|
Thank you for completing the business Assessment form at eclinicassist.com
|
|
Here is a summary of submitted information:
|
@if($mailData["provider_type"] == "solo" && $mailData["business_type"] == "startup")
| Pratice Information |
- Provider Type : {{$mailData["provider_type"]}}
- Bussiness Type : {{$mailData["business_type"]}}
- When do you plan on begining to see patient: {{$begningDateFormat}}
- Contact person name: {{$mailData["contact_person_name"]}}
- Contact person addess: {{$mailData["address"]}} {{$mailData["address_line_one"]}}
|
@endif
@if($mailData["provider_type"] == "solo" && $mailData["business_type"] == "established")
| Pratice Information |
- Provider Type : {{$mailData["provider_type"]}}
- Bussiness Type : {{$mailData["business_type"]}}
- No of physical locations : {{$mailData["num_of_physical_locations"]}}
- Average patient flow per day : {{$mailData["avg_pateints_day"]}}
- PMS currently in use : {{$mailData["practice_manage_software_name"]}}
- Do you wish to continue using the software : {{$mailData["use_pms"]}}
- EHR currently in use : {{$mailData["electronic_health_record_software"]}}
- Do you wish to continue using the software : {{$mailData["use_ehr"]}}
- Contact person name: {{$mailData["contact_person_name"]}}
- Contact person addess: {{$mailData["address"]}} {{$mailData["address_line_one"]}}
|
@endif
@if($mailData["provider_type"] == "group" && $mailData["business_type"] == "startup")
| Pratice Information |
- Provider Type : {{$mailData["provider_type"]}}
- Bussiness Type : {{$mailData["business_type"]}}
- When do you plan on begining to see patient: {{$begningDateFormat}}
- Contact person name: {{$mailData["contact_person_name"]}}
- Contact person addess: {{$mailData["address"]}} {{$mailData["address_line_one"]}}
|
@endif
@if($mailData["provider_type"] == "group" && $mailData["business_type"] == "established")
| Pratice Information |
- Provider Type : {{$mailData["provider_type"]}}
- Bussiness Type : {{$mailData["business_type"]}}
- Legal Business Name : {{$mailData["legal_business_name"]}}
- Doing bussiness as : {{$mailData["business_as"]}}
- No of physical locations : {{$mailData["num_of_physical_locations"]}}
- PMS currently in use : {{$mailData["practice_manage_software_name"]}}
- Do you wish to continue using the software : {{$mailData["use_pms"]}}
- EHR currently in use : {{$mailData["electronic_health_record_software"]}}
- Do you wish to continue using the software : {{$mailData["use_ehr"]}}
- Number of individual health providers : {{$mailData["num_of_provider"]}}
- Contact person name: {{$mailData["contact_person_name"]}}
- Contact person addess: {{$mailData["address"]}} {{$mailData["address_line_one"]}}
|
@endif
|
For any questions or concerns, please feel free to reach out to us at info@eclinicassist.com, or at 713-893-6214.
|
|
Thank you.
|