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