Gergo D. Nagy wrote a nice tutorial on how to create breadcrumbs in Laravel 5.

laravel breadcrumbs

Breadcrumbs are important in web applications. But most of the time, it’s not the easiest to track the different levels in your URL and generate breadcrumbs from it. Now we give it a try with a simple yet elegant solution.