@if(count($breadcrumbs))
@foreach ($breadcrumbs as $breadcrumb) @if (!$loop->last)
@if(isset($breadcrumb['url']))
{{ $breadcrumb['title'] }}
@else
{{ $breadcrumb['title'] }}
@endif @include((__('lang_dir') == 'rtl' ? 'icons.chevron_left' : 'icons.chevron_right'), ['class' => 'fill-current width-3 height-3 mx-3 text-muted'])
@else
{{ $breadcrumb['title'] }}
@endif @endforeach
@endif