To get acces to the app you will have to do one of the following:
@if (isset($status) && $status =='success')
Your payment is successful. Please access the website after 5 seconds.
@elseif (isset($status) && $status =='failure')
Your Payment is failed. Please try again.
@endif
{!! Form::open(['method' => 'post', 'id' => 'paypal-form', 'target' => '_top', 'url' => 'https://www.sandbox.paypal.com/cgi-bin/webscr']) !!}
{!!Form::submit('Become a member for 100 LEI', ['class' => 'btn btn-success', 'id' => 'paypal-submit']) !!}
{!! Form::close() !!}
@include('includes.main.footer')