I am trying to create a custom navigation bar link that only shows for administrators in Laravel. My Code:
@if ( {{ Auth::user()->role == \'1\' }})