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