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

Name{{ $provision->name }}

@include('service.partials.terms')
@foreach($prices as $term => $price) @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() }}