resources/views/layouts/app.blade.php を更新
All checks were successful
Deploy so-manager (auto) / deploy (push) Successful in 23s
All checks were successful
Deploy so-manager (auto) / deploy (push) Successful in 23s
This commit is contained in:
parent
ac7f6c9ad7
commit
3a8e6c81f4
@ -40,7 +40,7 @@
|
|||||||
@yield('content')
|
@yield('content')
|
||||||
</main>
|
</main>
|
||||||
{{-- フッター --}}
|
{{-- フッター --}}
|
||||||
@include('partials.footer')
|
@include('partials.general_footer')
|
||||||
</div>
|
</div>
|
||||||
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
|
||||||
<script src="{{ asset('assets/js/vendor/popper.min.js') }}"></script>
|
<script src="{{ asset('assets/js/vendor/popper.min.js') }}"></script>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user