first commit
This commit is contained in:
25
resources/views/othersContact.blade.php
Normal file
25
resources/views/othersContact.blade.php
Normal file
@ -0,0 +1,25 @@
|
||||
@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> 表達您的意見,我們收
|
||||
到您的來信後,將儘速於 3~5 日內回覆(不含週六例假日)。</p>
|
||||
<p class="lead">若您超過時間尚未收到我們的回信,或您的問題尚未得到解決,<br>
|
||||
請撥打專線 02-22970109 (週一至週五,早上九點至下午五點)<br>
|
||||
<span style="color:#999; display:none;">*以下欄位均為必填,敬請詳細填寫</span>
|
||||
</p>
|
||||
|
||||
<p> </p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@endsection
|
Reference in New Issue
Block a user