@if (!empty($breadcrumbDatas))
@php $count = $active ?? count($breadcrumbDatas) @endphp @for ($index = 0; $index < $count; $index++) @if ($index == 0) @else @if (!($index == $count - 1)) @else @endif @endif @endfor {{$breadcrumbDatas[$count - 2]['title']}}
@endif