D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
dateitor
/
public_html
/
resources
/
views
/
sadmin
/
plans
/
columns
/
Filename :
price.blade.php
back
Copy
@if ($row->custom_select == 1) {{ currencyFormat($row->planCustomFields[0]->custom_vcard_price, 0, $row->currency->currency_code) }} @else <div> {{ currencyFormat($row->price, 0, $row->currency->currency_code) }} </div> @endif