D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
3023066
/
root
/
proc
/
3023066
/
cwd
/
www
/
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