@if($type === 'lab')
๐งช New Direct Lab Encounter
@else
๐ท New Direct Imaging Encounter
@endif
Walk-in {{ $type === 'lab' ? 'lab test' : 'imaging' }} request โ no doctor consultation. The patient is billed at the till and proceeds to {{ $type === 'lab' ? 'the lab' : 'imaging' }} once payment is confirmed.
{{-- Patient + payer --}}
{{-- โโโโโโโโโโโโโ LAB-FLAVORED ORDERS โโโโโโโโโโโโโ --}}
@if($type === 'lab')
@endif
{{-- โโโโโโโโโโโโโ RADIOLOGY-FLAVORED ORDERS โโโโโโโโโโโโโ --}}
@if($type === 'radiology')