Sample Collection Details
Patient Test Information
| Name: | {{$cart_item_details->name}} | Age: | {{$cart_item_details->age}} | Patient_code: | {{$cart_item_details->patient_code}} | |||||||||||||||
| Test/Package Name: | {{$cart_item_details->test_name}} | |||||||||||||||||||
| Instruction: | {{$cart_item_details->description}} | @endif @if ($cart_item_details->test_type=='Package') @php $ids =explode(',',$cart_item_details->test_ids); $test_items = App\Models\LaboratoryTest::whereIn('id',$ids)->get(); @endphp
|
@endif
||||||||||||||||||