Laravel comes with an authorization contract which you can use http://laravel.com/docs/5.1/authorization
when displaying links you could always do something like
if (Auth::user()->user_status == "admin") blah blah...
but i guess the "real" way to go about would be what the previous poster said..
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community