@section('container')

{{trans('website.labels.payment-failed')}}

{{trans('website.messages.payment-for-order-number-failed', ['order' => Session::get('order.number')])}} {{trans('website.messages.please-try-the-payment-process-again')}}

{{trans('website.messages.please-let-us-know-in-case-of-problems')}}

{{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)}} {{Button::cart(trans('website.buttons.back-to-payment-options'))->prependIcon(Icon::triangle_left())->asLinkTo(route('payment-shipment'))->withAttributes(['class' => 'top-margin'])}} {{Button::accept(trans('website.buttons.try-to-pay-again'))->appendIcon(Icon::triangle_right())->submit()->withAttributes(['class' => 'top-margin'])}}
@stop