@section('content')

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

{{Form::hidden('MID', $mid)}} {{Form::hidden('AMT', $amt)}} {{Form::hidden('VS', $vs)}} {{Form::hidden('CS', $cs)}} {{Form::hidden('RURL', $rurl)}} {{Form::hidden('SIGN', $sign)}} {{Form::submit(trans('website.buttons.continue-to-eplatby-vub') . ' >>>')}}
@stop