akaunting/resources/views/partials/wizard/content.blade.php

19 lines
359 B
PHP
Raw Normal View History

2018-10-23 15:47:55 +00:00
@stack('content_start')
2019-11-16 07:21:14 +00:00
@stack('content_header_start')
2018-10-23 15:47:55 +00:00
2019-11-16 07:21:14 +00:00
<h1 class="text-white">
2018-10-23 15:47:55 +00:00
@yield('title')
@yield('new_button')
</h1>
2019-11-16 07:21:14 +00:00
@stack('content_header_end')
2018-10-23 15:47:55 +00:00
2019-11-16 07:21:14 +00:00
@stack('content_content_start')
2018-10-23 15:47:55 +00:00
@yield('content')
2019-11-16 07:21:14 +00:00
@stack('content_content_end')
2018-10-23 15:47:55 +00:00
2019-11-16 07:21:14 +00:00
<notifications></notifications>
@stack('content_end')