diff --git a/resources/views/home/bank.blade.php b/resources/views/home/bank.blade.php index 7d8d640ae7..ab30cb3801 100644 --- a/resources/views/home/bank.blade.php +++ b/resources/views/home/bank.blade.php @@ -42,27 +42,29 @@ View logs... -

Convert Currency

-

Converting currency is a way to exchange one currency for another. The conversion rates are set by the site administrators and may change over time.

- {!! Form::open(['url' => 'bank/convert']) !!} -
-
-
- {!! Form::label('currency_id', 'Currency to Convert:') !!} - {!! Form::select('currency_id', $convertOptions, null, ['class' => 'form-control', 'placeholder' => 'Select Currency', 'id' => 'convert-currency']) !!} + @if (count($convertOptions)) +

Convert Currency

+

Converting currency is a way to exchange one currency for another. The conversion rates are set by the site administrators and may change over time.

+ {!! Form::open(['url' => 'bank/convert']) !!} +
+
+
+ {!! Form::label('currency_id', 'Currency to Convert:') !!} + {!! Form::select('currency_id', $convertOptions, null, ['class' => 'form-control', 'placeholder' => 'Select Currency', 'id' => 'convert-currency']) !!} +
-
-
-
+
+
-
- {!! Form::submit('Convert', ['class' => 'btn btn-primary']) !!} -
+
+ {!! Form::submit('Convert', ['class' => 'btn btn-primary']) !!} +
- {!! Form::close() !!} + {!! Form::close() !!} -
+
+ @endif

Transfer Currency

If you are transferring currency as part of a trade for on-site resources (items, currency, characters), using the trade system is recommended instead to protect yourself from being scammed.