{!! Form::label('currency') !!}
PayPal supported currency Visit Here | Stripe supports almost all
{!! Form::label('amount','Amount') !!} ( In lowest value like cents/paisa/bani/ore/kurus ) Make sure it must be greater than 50 cents
{!! Form::input('number','amount',(int)siteSettings('amount'),['class' => 'form-control']) !!}