{{ trans('currencies.currency_exchange') }}
@if(!$conf['readonly'])
Application has integrated currencylayer.com API. It offers a real-time currency conversion for your invoices. Accurate Exchange Rates for 168 World Currencies with data updates ranging from every 60 minutes down to stunning 60 seconds.
Please visit currencylayer.com to get API key and do not forget set the CRON job for automatic base rate updates in background.
@endif
{{ Form::label( 'enable', trans('currencies.currency_exchange_title'),['class' => 'col-12 control-label']) }}
{{ Form::submit(trans('buttons.general.crud.update'), ['class' => 'm-1 btn btn-info btn-md']) }}