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