1. Inicio
  2. @foreach ($breadcrumb as $index => $item) @if ($item?->id != 'null' && $item?->id)
  3. {{$item?->name ?? 'N/A'}}
  4. @endif @endforeach