Merge pull request #1766 from pavel-mironchik/fix-stack

Fix a stack name.
This commit is contained in:
Cüneyt Şentürk 2021-01-16 11:26:04 +03:00 committed by GitHub
commit 908e961f4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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