$messages = new Illuminate\Support\MessageBag;
$messages->add('Stripe Error', $e->getMessage());
return Redirect::route('enroll')->withErrors($messages)->withInput();
Yey sounds great! Thanks for your help.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community