Skip to content

Commit

Permalink
Moved stage component inside container
Browse files Browse the repository at this point in the history
  • Loading branch information
aimeos committed Jul 5, 2021
1 parent 4e52f6b commit 0bd05ba
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/views/base.blade.php
Expand Up @@ -51,9 +51,8 @@
</div>
</nav>

@yield('aimeos_stage')

<div class="content">
@yield('aimeos_stage')
@yield('aimeos_body')
@yield('content')
</div>
Expand Down

0 comments on commit 0bd05ba

Please sign in to comment.