@props(['paths' => [], 'homeRoute' => 'home', 'homeIcon' => 'fas fa-home']) merge(['class' => 'breadcrumb float-sm-right bg-white p-2 px-3 shadow-sm rounded-pill m-0', 'style' => 'font-size: 0.9rem;']) }}> {{-- Home --}} {{-- Path items --}} @foreach($paths as $label => $link) @if(!$loop->last) {{ $label }} @else {{ $label }} @endif @endforeach @pushonce('css') @endpushonce