@extends('layouts.app') @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
@if($currency->id != $global->currency_id)
@else @endif {!! Form::close() !!}
@endsection @push('footer-script') @endpush