so-manager-dev.com/resources/views/partials/footer.blade.php
Yu Watanabe 1524ec142d
All checks were successful
Deploy preview (main_watanabe) / deploy (push) Successful in 13s
9/9マージ
2025-09-09 11:32:09 +09:00

28 lines
1.5 KiB
PHP
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<footer class="jumbotron">
<section class="container">
<div class="row">
<div class="col-12 text-center">
<ul class="footer-nav-menu">
<li><a href="{{route('swo10_1')}}" target="_parent">運営会社</a></li>
<li><a href="{{route('swo11_1')}}" target="_parent">個人情報保護方針</a></li>
<li class="pc"><a href="{{route('swo13_1')}}" target="_parent">特定商取引法に基づく表示</a></li>
<li class="w-100 sp"><a href="{{route('swo13_1')}}" target="_parent">特定商取引法に基づく表示</a></li>
<li><a href="{{route('swo12_1')}}" target="_parent">ウェブサイト利用規約</a></li>
<li><a href="{{route('swo17_1')}}" target="_parent">サイトマップ</a></li>
</ul>
</div>
<div class="col-12 col-md-10 offset-0 offset-md-1 text-lg-center">
<p class="small text-secondary mt20">
株式会社ソーリン <br class="sp">
〒121-0073 東京都足立区六町4-12-25 <br class="sp">
tel:03-5856-4647 fax:03-5856-4648<br>
</p>
<p class="small text-secondary">
Copyright© so-rin Co.,Ltd. All Rights Reserved.
</p>
</div>
</div>
</section>
<figure class="p-mark"><img width="75" src="{{ asset('assets/img/10740034_06_75_JP.gif') }}" alt="Pマーク" /></figure>
</footer>