{{ Form::label('minAmount', trans('paymentSettings.Minimum Amount'), ['class' => 'required']) }}
{{ Form::number('minAmount', '', ['id' => 'minAmount', 'class' => 'form-control']) }}
{{ Form::label('maxAmount', trans('paymentSettings.Maximum Amount'), ['class' => 'required']) }}
{{ Form::number('maxAmount', '', ['id' => 'maxAmount', 'class' => 'form-control']) }}
{{ Form::label('maximumAmountDay', trans('paymentSettings.MAX_AMOUNT'), ['class' => 'required']) }}
{{ Form::number('maximumAmountDay', '', ['id' => 'maximumAmountDay', 'class' => 'form-control']) }}
{{ Form::label('maximumAmountMonth', trans('paymentSettings.MAX_AMOUNT'), ['class' => 'required']) }}
{{ Form::number('maximumAmountMonth', '', ['id' => 'maximumAmountMonth', 'class' => 'form-control']) }}