Commit 41ef8589 by Francisco Salazar

hotfix link subcategory

parent ff2b163b
......@@ -35,7 +35,7 @@
</div>
<div class='dker p-a text-right'>
<div class='col-md-12'>
<a class='btn danger' href="{{route('admin.product.subcategory.index', $category->id)}}">Cancelar</a>
<a class='btn danger' href="{{route('admin.shop.subcategory.index', $category->id)}}">Cancelar</a>
{!! Form::submit('Actualizar información', ['class'=>'btn dark']) !!}
{!! Form::close() !!}
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment