this typo must have been here for long
This commit is contained in:
parent
12372b5071
commit
5a3259b891
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@
|
|||
<li class="breadcrumb-item"><a href="{{route('admin.vouchers.index')}}">{{__('Vouchers')}}</a>
|
||||
</li>
|
||||
<li class="breadcrumb-item"><a class="text-muted"
|
||||
href="{{route('admin.products.create')}}">{{__('Create')}}</a>
|
||||
href="{{route('admin.vouchers.create')}}">{{__('Create')}}</a>
|
||||
</li>
|
||||
</ol>
|
||||
</div>
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
<li class="breadcrumb-item"><a href="{{route('admin.vouchers.index')}}">{{__('Vouchers')}}</a>
|
||||
</li>
|
||||
<li class="breadcrumb-item"><a class="text-muted"
|
||||
href="{{route('admin.products.edit' , $voucher->id)}}">{{__('Edit')}}</a>
|
||||
href="{{route('admin.vouchers.edit' , $voucher->id)}}">{{__('Edit')}}</a>
|
||||
</li>
|
||||
</ol>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue