refs #1985 fixed wizard and report path..

This commit is contained in:
Cüneyt Şentürk
2021-04-19 19:47:23 +03:00
parent 0ea7a063af
commit 9b6f729b13
4 changed files with 8 additions and 3 deletions

View File

@@ -35,7 +35,7 @@
@endcan
@can('delete-common-reports')
<div class="dropdown-divider"></div>
{!! Form::deleteLink($report, 'common/reports') !!}
{!! Form::deleteLink($report, 'reports.destroy') !!}
@endcan
</div>
</div>

View File

@@ -70,7 +70,7 @@
</button>
@can('delete-settings-currencies')
<div class="dropdown-divider"></div>
{!! Form::deleteLink($item, 'wizard/currencies') !!}
{!! Form::deleteLink($item, 'wizard.currencies.destroy') !!}
@endcan
</div>
</div>

View File

@@ -67,7 +67,7 @@
</button>
@can('delete-settings-taxes')
<div class="dropdown-divider"></div>
{!! Form::deleteLink($item, 'wizard/taxes') !!}
{!! Form::deleteLink($item, 'wizard.taxes.destroy') !!}
@endcan
</div>
</div>