Browse Source

edit docket pdf

ifah
Siti Hajar Ibrahim 5 years ago
parent
commit
d7b6f30d76
1 changed files with 16 additions and 4 deletions
  1. 16
    4
      resources/views/pdf/docket-pdf.blade.php

+ 16
- 4
resources/views/pdf/docket-pdf.blade.php View File

@@ -92,20 +92,32 @@
<tr style="height: 50px;">
<td style="font-size: 12px; width: 100px;">Type of Testing</td>
<td>:</td>
<td style="width:30px;">
<table border="1" style="width: 25px; height: 20px;"></table>
<td style="width:30px;">
@if (preg_match("/Browsing Internet/i", $docket->type_testing) != 0 )
<img src="{{ url('/assets/tick.png') }}" style="width:14px; height:auto">
@else
<table border="1" style="width: 25px; height: 20px;"></table>
@endif
</td>
<td style="width: 50px;">
<div style="font-size: 11px">Browsing Internet<div>
</td>
<td style="width:30px;">
<table border="1" style="width: 25px; height: 20px;"></table>
@if (preg_match("/Throughput Test/i", $docket->type_testing) != 0 )
<img src="{{ url('/assets/tick.png') }}" style="width:14px; height:auto">
@else
<table border="1" style="width: 25px; height: 20px;"></table>
@endif
</td>
<td style="width: 50px;">
<div style="font-size: 11px">Throughput Test</div>
</td>
<td style="width:30px;">
<table border="1" style="width: 25px; height: 20px;"></table>
@if (preg_match("/Ping Test/i", $docket->type_testing) != 0 )
<img src="{{ url('/assets/tick.png') }}" style="width:14px; height:auto">
@else
<table border="1" style="width: 25px; height: 20px;"></table>
@endif
</td>
<td style="width: 70px;">
<div style="font-size: 11px">"Ping" Test</div>

Loading…
Cancel
Save