{{__('Open Exchange Rates')}}

{!! Form::open(['url' => route('admin.settings.general.update'), 'class' => 'form form-horizontal', 'method' => 'POST']) !!}

{{__('Open Exchange Rates')}}

{{__('Notice!')}} {{__('This is required to perform currency conversions using the latest exchange rates. If this is not set, old exchange rates will be used.')}}

{!! Form::label('OER_KEY', 'Key', ['class' => 'col-md-3']) !!}
{!! Form::text('OER_KEY', $env['OER_KEY']['value'], ['class' => 'form-control']) !!}
{!! Form::close() !!}