Support the ongoing development of Laravel.io →
Session Blade Database
Last updated 1 year ago.
0

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!

Last updated 7 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

ronit5rg ronit5rg Joined 24 Jun 2016

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.