mirror of https://github.com/4xmen/xshop.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
490 B
PHTML
18 lines
490 B
PHTML
<div class="x-breadcrumb">
|
|
<ul class="steps">
|
|
<li class="step">
|
|
<a href="{{route('welcome')}}" target="_blank">
|
|
<i class="fa fa-home" aria-hidden="true"></i>
|
|
</a>
|
|
</li>
|
|
<li class="step">
|
|
<a href="{{route('admin.home')}}">
|
|
<i class="fa fa-dashboard" aria-hidden="true"></i>
|
|
{{__("Dashboard")}}
|
|
</a>
|
|
</li>
|
|
|
|
{{App\Helpers\lastCrump()}}
|
|
</ul>
|
|
</div>
|