resources/views/layouts/app.blade.php を更新
All checks were successful
Deploy so-manager (auto) / deploy (push) Successful in 23s

This commit is contained in:
y.higashide 2026-01-26 17:17:01 +09:00
parent ac7f6c9ad7
commit 3a8e6c81f4

View File

@ -40,7 +40,7 @@
@yield('content')
</main>
{{-- フッター --}}
@include('partials.footer')
@include('partials.general_footer')
</div>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="{{ asset('assets/js/vendor/popper.min.js') }}"></script>