Skip to content

Commit 41b80f3

Browse files
Initial commit
1 parent aed89a3 commit 41b80f3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

resources/views/layouts/app.blade.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
<div id="app">
2222
@include('layouts.header')
2323

24-
<spa-pagination-links></spa-pagination-links>
24+
<spa-pagination-links site_name="{{ config('app.name') }}">
25+
</spa-pagination-links>
2526

2627
<transition name="fade-in" mode="out-in">
2728
<router-view></router-view>
@@ -33,4 +34,4 @@
3334
<footer>
3435
<script src="{{ asset('js/app.js') }}"></script>
3536
</footer>
36-
</html>
37+
</html>

0 commit comments

Comments
 (0)