@extends('layouts.app') @section('page-title')

@lang($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
@lang('app.back') {!! Form::close() !!}
@endsection @push('footer-script') @endpush