@extends('layouts.super-admin') @section('page-title')

{{ __($pageTitle) }}

@endsection @section('content')

@lang("modules.currencySettings.updateTitle")

{!! Form::open(['id'=>'updateCurrency','class'=>'ajax-form','method'=>'PUT']) !!}
is_cryptocurrency == 'no') style="display: none" @endif>
is_cryptocurrency == 'yes') style="display: none;" @endif> Fetch latest exchange rate
{!! Form::close() !!}
@endsection @push('footer-script') @endpush