that's weird, go to your artisan cli and run php artisan route:list, all registered routes should be displayed along with their route name. can your route be seen there.
try this :
{!! link_to_route('route.here', 'your_text' ) !!}
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community