@php $breadcrumbs = $breadcrumbs ?? []; @endphp @if(!empty($breadcrumbs)) @foreach($breadcrumbs as $index => $crumb) @if($loop->last) {{ $crumb['label'] }} @else @if(isset($crumb['url'])) {{ $crumb['label'] }} @else {{ $crumb['label'] }} @endif @endif @endforeach @else @yield('title', 'Dashboard') @endif