%PDF- <> %âãÏÓ endobj 2 0 obj <> endobj 3 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 28 0 R 29 0 R] /MediaBox[ 0 0 595.5 842.25] /Contents 4 0 R/Group<>/Tabs/S>> endobj ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<> endobj 2 0 obj<>endobj 2 0 obj<>es 3 0 R>> endobj 2 0 obj<> ox[ 0.000000 0.000000 609.600000 935.600000]/Fi endobj 3 0 obj<> endobj 7 1 obj<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI]>>/Subtype/Form>> stream
<?php $doublearr = unserialize($test_report[0]['products']); if($test_report[0]['order_status']=='1'){ $orderstatus = "In Progress"; } if($test_report[0]['order_status']=='2'){ $orderstatus = "In Progress"; } if($test_report[0]['order_status']=='3'){ $orderstatus = "Received"; } if($test_report[0]['order_status']=='5'){ $orderstatus = "Delivered"; } if($test_report[0]['order_status']=='6'){ $orderstatus = "Canceled"; }?> <table width='100%' border='1' cellspacing='0' cellpadding='4' style='margin-bottom:20px;'> <tr> <td align='left' valign='top' style='font-family:Verdana, Geneva, sans-serif; font-size:15px; color:#43c1d7;'><b>Order Details :-</b></td></tr> <tr><td align='left' valign='top' > <table width='100%' border='0' cellspacing='0' cellpadding='0'> <?php foreach($doublearr as $datashow){ ?> <tr> <td width='42%' height='34' align='left' valign='middle'><b>Test Name :-</b> </td> <td width="5%"> - </td> <td width='53%' align='left' valign='middle'><?php echo $datashow[0]['title'];?><strong></strong></td> </tr> <tr> <td width='42%' height='35' align='left' valign='middle'><b>Amount :-</b> </td> <td> - </td> <td width='53%' align='left' valign='middle'><?php echo $datashow[0]['price'];?></td></tr> <tr> <?php } ?> <td width='42%' height='28' align='left' valign='middle'><b>Order Id :-</b> </td> <td> - </td> <td width='53%' align='left' valign='middle'><?php echo $test_report[0]['order_id'];?></td> </tr> <tr> <td width='42%' height='36' align='left' valign='middle'><b>Booking Date :-</b> </td> <td> - </td> <td width='53%' align='left' valign='middle'><?php echo $test_report[0]['order_date'];?></td> </tr> <tr> <td width='42%' height='48' align='left' valign='middle'><b>Order Status :-</b> </td> <td> - </td> <td width='53%' align='left' valign='middle'><?php echo $orderstatus;?></td> </tr></table> </td></tr> </table>