wrap content yield in a div for consistent page structure
This commit is contained in:
parent
5a5d9c1441
commit
5abe56c3ff
|
|
@ -96,7 +96,10 @@ class="bi bi-person-circle fs-4 text-secondary"></i>
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@yield('content')
|
||||
|
||||
<div class="page-content">
|
||||
@yield('content')
|
||||
</div>
|
||||
|
||||
<footer class="footer-full">
|
||||
<div class="footer clearfix mb-0 text-muted text-center">
|
||||
|
|
|
|||
Loading…
Reference in New Issue