Update index.blade.php
This commit is contained in:
parent
eef27ca8fe
commit
6531dd957f
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
</div>
|
||||
<div class="col-sm-6">
|
||||
<ol class="breadcrumb float-sm-right">
|
||||
<li class="breadcrumb-item"><a href="{{route('home')}}">{{ __('Dashboard')}}Dashboard</a></li>
|
||||
<li class="breadcrumb-item"><a href="{{route('home')}}">{{ __('Dashboard')}}</a></li>
|
||||
<li class="breadcrumb-item"><a class="text-muted" href="{{route('admin.activitylogs.index')}}">{{ __('Activity Logs')}}</a>
|
||||
</li>
|
||||
</ol>
|
||||
|
|
Loading…
Add table
Reference in a new issue