Files
cmsi-kchb/resources/views/othersContact.blade.php
2025-06-13 12:29:06 +08:00

26 lines
1.0 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

@extends('layouts.app')
@section('content')
<div class="container">
<div class="row justify-content-center">
<div class="col-md-8 main-area">
<h1 style="text-align: center;">大會服務</h1>
<h3 style="text-align: center;"><hr style="width:2em; display: inline-block"></h3>
<h2 style="text-align: center;">聯絡我們</h2>
<p class="lead">若您有任何需要我們服務的地方,請來信 <a href="mailto:info@shibasays.com">info@shibasays.com</a> 表達您的意見,我們收
到您的來信後,將儘速於 35 日內回覆(不含週六例假日)。</p>
<p class="lead">若您超過時間尚未收到我們的回信,或您的問題尚未得到解決,<br>
請撥打專線 02-22970109 (週一至週五,早上九點至下午五點)<br>
<span style="color:#999; display:none;">*以下欄位均為必填,敬請詳細填寫</span>
</p>
<p>&nbsp;</p>
</div>
</div>
</div>
@endsection