@section('content')

{{trans('website.messages.you-are-going-to-be-redirected-to-ecard-vub')}}

{{Form::hidden('encoding', $encoding)}} {{Form::hidden('clientid', $clientid)}} {{Form::hidden('storetype', $storetype)}} {{Form::hidden('hashAlgorithm', $hashAlgorithm)}} {{Form::hidden('hash', $hash)}} {{Form::hidden('trantype', $trantype)}} {{Form::hidden('amount', $amount)}} {{Form::hidden('currency', $currency)}} {{Form::hidden('oid', $oid)}} {{Form::hidden('okUrl', $okurl)}} {{Form::hidden('failUrl', $failurl)}} {{Form::hidden('lang', $lang)}} {{Form::hidden('rnd', $rnd)}} {{Form::submit(trans('website.buttons.continue-to-ecard-vub') . ' >>>')}}
@stop