PATH:
home
/
rwabteecom
/
public_html_old
/
resources
/
views
/
sadmin
/
planPyment
/
columns
/
Editing: payable_amount.blade.php
@if ($row && $row->plan && $row->plan->currency) {{ currencyFormat($row->payable_amount, 0, $row->plan->currency->currency_code) }} @else {{ currencyFormat($row->payable_amount, 0, 'USD') }} @endif
SAVE
CANCEL