akaunting 3.0 (the last dance)
This commit is contained in:
15
resources/views/components/layouts/admin/content.blade.php
Normal file
15
resources/views/components/layouts/admin/content.blade.php
Normal file
@ -0,0 +1,15 @@
|
||||
@stack('content_start')
|
||||
<div id="app">
|
||||
@stack('content_content_start')
|
||||
|
||||
{!! $slot !!}
|
||||
|
||||
@stack('content_content_end')
|
||||
|
||||
<notifications></notifications>
|
||||
|
||||
<form id="form-dynamic-component" method="POST" action="#"></form>
|
||||
|
||||
<component v-bind:is="component"></component>
|
||||
</div>
|
||||
@stack('content_end')
|
Reference in New Issue
Block a user