Fix a stack name.

This commit is contained in:
Pavel Mironchik 2021-01-16 14:23:04 +06:00
parent 9124f4547d
commit 3b759c3277

View File

@ -77,11 +77,11 @@
@if (!$hideButtonCustomize)
@can($permissionButtonCustomize)
@stack('button_cancelled_start')
@stack('button_customize_start')
<a class="dropdown-item" href="{{ route($routeButtonCustomize) }}">
{{ trans('general.customize') }}
</a>
@stack('button_cancelled_end')
@stack('button_customize_end')
@endcan
@endif