首頁建置與部份顯示模組拆開

This commit is contained in:
2018-08-15 06:59:52 +08:00
parent 67969b005f
commit 1a565fd788
12 changed files with 110 additions and 12 deletions

View File

@@ -45,9 +45,13 @@
</div>
</nav>
<main class="py-4">
<main>
@yield('content')
</main>
<footer>
@include('layouts.partials.footer')
</footer>
</div>
</body>
</html>