Add header_button stack.

This commit is contained in:
Cüneyt Şentürk 2020-03-24 12:07:50 +03:00 committed by Burak Çakırel
parent 2019f1c779
commit 100fc2c07c

View File

@ -7,6 +7,7 @@
<h2 class="d-inline-flex mb-0 long-texts">@yield('title')</h2>
@yield('dashboard_action')
</div>
<div class="col-xs-12 col-sm-8 col-md-7">
<div class="text-right">
@yield('new_button')
@ -20,6 +21,8 @@
@endforeach
@endif
@endpermission
@stack('header_button')
</div>
</div>
</div>