convert receiptpdf
This commit is contained in:
parent
bdd7465545
commit
50ce7f96a3
@ -108,19 +108,19 @@
|
|||||||
</h4>
|
</h4>
|
||||||
</th>
|
</th>
|
||||||
<th>
|
<th>
|
||||||
@if($checkout_final_results->payment_method==1)
|
@if($checkout_final_results->payment_method==1)
|
||||||
<h4>
|
<h4>
|
||||||
CASH
|
CASH
|
||||||
</h4>
|
</h4>
|
||||||
@elseif($checkout_final_results->payment_method==2)
|
@elseif($checkout_final_results->payment_method==2)
|
||||||
<h4>
|
<h4>
|
||||||
CHECK Number {{ $checkout_final_results->check_number }}
|
CHECK Number {{ $checkout_final_results->check_number }}
|
||||||
</h4>
|
</h4>
|
||||||
@else
|
@else
|
||||||
<h4>
|
<h4>
|
||||||
CREDIT {{ $checkout_final_results->cc_transaction }}
|
CREDIT {{ $checkout_final_results->cc_transaction }}
|
||||||
</h4>
|
</h4>
|
||||||
@endif
|
@endif
|
||||||
</th>
|
</th>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
Loading…
Reference in New Issue
Block a user