try
@if($request->has('info'))
<div class="alert alert-success alert-dismissible" role="alert">
<button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">×</span></button>
{{ $info }}
</div>
<br>
@endif
also check your routes.php file. Hope that helps!
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community