@extends('foreground.layouts.frame') {{-- @section("titleBanner") Banner描述 @endsection --}} @section('scripts') @vite("resources/js/foreground/formContact.js") @vite("resources/js/foreground/formTwzipcode.js") @endsection @section('body') @include('foreground.layouts.gtm') @include("foreground.layouts.alert") @include('foreground.layouts.header', [ 'current' => 'contact_us', ])
Contact us

地址: {{ $address }}

MAIL: {{ $email }}

營業時間: {{ $businessHours }}

線上預約
@csrf
{{--
--}}
{{-- 必要:reCAPTCHA --}} {{-- 必要:作為外部橋接給 module 內部綁定的事件 --}}
@include('foreground.layouts.contact')
@include('foreground.layouts.pagetop') @include('foreground.layouts.footer') @endsection