mirror of
https://github.com/grokability/snipe-it.git
synced 2026-03-12 17:52:00 +08:00
@@ -852,9 +852,9 @@ dir="{{ Helper::determineLanguageDirection() }}">
|
||||
<li class="breadcrumb-item">
|
||||
<a href="{{ $crumbs->url() }}">
|
||||
@if ($loop->first)
|
||||
{!! Blade::render($crumbs->title()) !!}
|
||||
<x-icon type="home" />
|
||||
@else
|
||||
{{ Blade::render($crumbs->title()) }}
|
||||
<a href="{{ $crumbs->url() }}">{{ $crumbs->title() }}</a>
|
||||
@endif
|
||||
</a>
|
||||
<x-icon type="angle-right" />
|
||||
|
||||
Reference in New Issue
Block a user