mercredi 12 octobre 2016

How to hide message on the remaining pages in laravel?

I have the following including of templade blade in main layout:

 @if (Auth()->user()->verified == "0")
                @include('common.verify-error')
            @endif

So, how to display @include('common.verify-error') on the all URL excluding /test, /out

Should I do this in controller or simple if condition in template?



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire