{{ Form::open(['route' => ['managevps.renewPost', $provision->name], 'class' => 'renewForm']) }} {{--*/ $offer = has_offer('vps'); /**--}}

Name{{ $provision->name }}

@include('service.partials.terms')
@foreach($prices as $term => $price)

{{ get_local_currency_prefix() }} @if($offer) {{ $price }}
{{ $price - $price * $offer->discount / 100 }}*
@else
{{ $price }}
@endif

@endforeach
{{ Form::submit('Add to Cart', ['class' => 'btn btn-success']) }}

Please select the terms and select submit to add the renew request to the cart.
* The following prices are excluding VAT.
@if($offer)
* {{ $offer->name }}
@endif
{{ Form::close() }}