@if($pro->pro_type == 'ADMIN')
- Home
- Patients
@elseif($pro->is_enrolled_as_mcp && $pro->is_considered_for_mcp_assignment)
- Home
-
Appointments
@elseif($pro->is_enrolled_as_hcp)
- Home
@else
- Home
@endif
@if($pro)
@if($pro->is_enrolled_as_mcp)
- Patients
@elseif($pro->pro_type == 'ADMIN')
@else
- Patients
@endif
@endif
@if($pro && ($pro->can_add_patients || $pro->pro_type== 'ADMIN'))
- New Patient
@endif
-
Practice
{{-- if pro is working on a client and is not in tht client
@include('app/current-work')
--}}