diff --git a/app/Http/Controllers/ContactController.php b/app/Http/Controllers/ContactController.php new file mode 100644 index 0000000..922559f --- /dev/null +++ b/app/Http/Controllers/ContactController.php @@ -0,0 +1,13 @@ + 'Contact us', + 'subtitle' => 'Feel free to contact us and we will be happy to help you!', + + // Contact details section + 'location_title' => 'Location', + 'location_address' => 'Jalan Pintu Air Raya No.11 B,D,E,F,G RT.8/RW.1, Ps. Baru, Kecamatan Sawah Besar, Kota Jakarta Pusat, Daerah Khusus Ibukota Jakarta 10710', + 'location_link' => 'Get directions', + + 'phone_title' => 'Phone', + 'phone_number' => '(021) 3500703', + 'phone_whatsapp' => '0818-4343-01', + + 'email_title' => 'Email', + 'email_address' => 'sales@asiagolf.id', + + // Contact form + 'form_title' => 'Send us a message', + 'form_subtitle' => 'We usually respond within 24 hours', + + 'name_label' => 'Name', + 'name_placeholder' => 'Your name', + + 'email_label' => 'Email', + 'email_placeholder' => 'your.email@example.com', + + 'subject_label' => 'Subject', + 'subject_placeholder' => 'What is this about?', + + 'message_label' => 'Message', + 'message_placeholder' => 'Tell us more about your inquiry...', + + 'submit_button' => 'Send message', + + // Social media + 'social_title' => 'Follow us', + 'social_instagram' => 'Instagram', + 'social_facebook' => 'Facebook', + 'social_twitter' => 'Twitter', + + // Success messages + 'success_title' => 'Thank you for your message!', + 'success_message' => 'We have received your message and will get back to you soon.', + + // Error messages + 'error_title' => 'Something went wrong', + 'error_message' => 'Please try again later or contact us directly.', + + // Working hours + 'working_hours_title' => 'Working hours', + 'working_hours_mon_fri' => 'Mon - Fri 8:00 - 18:00', + 'working_hours_sat_sun' => 'Sat - Sun 10:00 - 16:00', + + // Support section + 'support_title' => 'Looking for support?', + 'support_message' => 'We might already have what you\'re looking for. See our FAQs or head to our dedicated Help Center.', + 'help_center_button' => 'Help center', + + // FAQ + 'faq_delivery_question' => 'How long will delivery take?', + 'faq_delivery_answer' => 'Delivery times vary based on your location and chosen shipping method. Generally, our standard delivery takes up to 5 days, while our Express Delivery ensures your order reaches you within 1 day. Please note that these times may be subject to occasional variations due to unforeseen circumstances, but we do our best to meet these estimates.', +]; \ No newline at end of file diff --git a/lang/id/contact.php b/lang/id/contact.php new file mode 100644 index 0000000..69826bd --- /dev/null +++ b/lang/id/contact.php @@ -0,0 +1,64 @@ + 'Hubungi Kami', + 'subtitle' => 'Jangan ragu untuk menghubungi kami dan kami akan dengan senang hati membantu Anda!', + + // Contact details section + 'location_title' => 'Lokasi', + 'location_address' => 'Jalan Pintu Air Raya No.11 B,D,E,F,G RT.8/RW.1, Ps. Baru, Kecamatan Sawah Besar, Kota Jakarta Pusat, Daerah Khusus Ibukota Jakarta 10710', + 'location_link' => 'Petunjuk arah', + + 'phone_title' => 'Telepon', + 'phone_number' => '(021) 3500703', + 'phone_whatsapp' => '0818-4343-01', + + 'email_title' => 'Email', + 'email_address' => 'sales@asiagolf.id', + + // Contact form + 'form_title' => 'Kirim pesan', + 'form_subtitle' => 'Kami biasanya merespons dalam 24 jam', + + 'name_label' => 'Nama', + 'name_placeholder' => 'Nama Anda', + + 'email_label' => 'Email', + 'email_placeholder' => 'email.anda@example.com', + + 'subject_label' => 'Subjek', + 'subject_placeholder' => 'Tentang apa ini?', + + 'message_label' => 'Pesan', + 'message_placeholder' => 'Ceritakan lebih lanjut tentang pertanyaan Anda...', + + 'submit_button' => 'Kirim pesan', + + // Social media + 'social_title' => 'Ikuti kami', + 'social_instagram' => 'Instagram', + 'social_facebook' => 'Facebook', + 'social_twitter' => 'Twitter', + + // Success messages + 'success_title' => 'Terima kasih atas pesan Anda!', + 'success_message' => 'Kami telah menerima pesan Anda dan akan segera menghubungi Anda kembali.', + + // Error messages + 'error_title' => 'Terjadi kesalahan', + 'error_message' => 'Silakan coba lagi nanti atau hubungi kami langsung.', + + // Working hours + 'working_hours_title' => 'Jam operasional', + 'working_hours_mon_fri' => 'Sen - Jum 08:00 - 18:00', + 'working_hours_sat_sun' => 'Sab - Min 10:00 - 16:00', + + // Support section + 'support_title' => 'Mencari bantuan?', + 'support_message' => 'Kami mungkin sudah memiliki apa yang Anda cari. Lihat FAQ kami atau kunjungi ke Pusat Bantuan kami.', + 'help_center_button' => 'Pusat bantuan', + + // FAQ + 'faq_delivery_question' => 'Berapa lama pengiriman akan berlangsung?', + 'faq_delivery_answer' => 'Waktu pengiriman bervariasi tergantung pada lokasi Anda dan metode pengiriman yang dipilih. Umumnya, pengiriman standar kami memakan waktu hingga 5 hari, sementara Pengiriman Ekspres memastikan pesanan Anda sampai dalam 1 hari. Harap dicatat bahwa waktu ini dapat berubah karena keadaan yang tidak terduga, tetapi kami melakukan yang terbaik untuk memenuhi perkiraan ini.', +]; diff --git a/resources/views/components/layout/navbar-menu.blade.php b/resources/views/components/layout/navbar-menu.blade.php index deb9457..a1c82e1 100644 --- a/resources/views/components/layout/navbar-menu.blade.php +++ b/resources/views/components/layout/navbar-menu.blade.php @@ -145,6 +145,8 @@ diff --git a/resources/views/contact/v1.blade.php b/resources/views/contact/v1.blade.php index 7b63268..a4d81d1 100644 --- a/resources/views/contact/v1.blade.php +++ b/resources/views/contact/v1.blade.php @@ -1,1501 +1,21 @@ -@extends('layouts.landing', ['title' => 'Contact v.1']) +@extends('layouts.landing', ['title' => 'Kontak']) @section('content') -
- - -
-
-

Shopping cart

- -
-

Buy $53 more to get Free Shipping

-
-
-
-
-
- - -
- - -
- - Thumbnail - -
-
- Leather sneakers with golden laces -
-
$74.00
-
-
- - - -
- -
-
-
- - -
- - Thumbnail - -
-
- Classic cotton men's shirt -
-
$27.00
-
-
- - - -
- -
-
-
- - -
- - Thumbnail - -
-
- Polarized sunglasses for men -
-
$96.00 112.00
-
-
- - - -
- -
-
-
-
- - -
-
- Subtotal: - $197.00 -
- -
-
- - - - -
-
-
- -
-
-
๐ŸŽ‰ Free Shipping on orders over $250. Don't miss a discount!
-
๐Ÿ’ฐ Money back guarantee. We return money within 30 days.
-
๐Ÿ’ช Friendly 24/7 customer support. We've got you covered!
-
-
- -
- -
-
- - - + +
- Background image + {{-- Background image --}}
-

Contact us

-

Feel free to contact us and we will be happy to help you!

+

{{ __('contact.title') }}

+

{{ __('contact.subtitle') }}

@@ -1510,12 +30,11 @@
-

Store location

+

{{ __('contact.location_title') }}


    -
  • New York 11741, USA
  • -
  • 396 Lillian Bolavandy, Holbrook
  • +
  • Jalan Pintu Air Raya No.11 B,D,E,F,G RT.8/RW.1, Ps. Baru, Kecamatan Sawah Besar, Kota Jakarta Pusat, Daerah Khusus Ibukota Jakarta 10710
@@ -1523,12 +42,11 @@
-

Call us directly

+

{{ __('contact.phone_title') }}


    -
  • Customers: 1 50 537 53 082
  • -
  • Franchise: 1 50 537 53 000
  • +
  • (021) 3500703
@@ -1536,12 +54,11 @@
-

Send a message

+

{{ __('contact.email_title') }}


    -
  • Customers: help@AsiaGolf.com
  • -
  • Franchise: franchise@catzilla.com
  • +
  • sales@asiagolf.id
@@ -1549,12 +66,13 @@
-

Working hours

+

{{ __('contact.working_hours_title') }}


    -
  • Mon - Fri 8:00 - 18:00
  • -
  • Sut - Sun 10:00 - 16:00
  • +
  • Monday - Saturday : 8.30 AM - 6 PM
  • +
  • Sunday : 9.30 AM - 5 PM
  • +
  • Public Holidays : โ€œPlease call for opening hours.โ€
@@ -1565,48 +83,23 @@
-

Looking for support?

-

We might already have what you're looking for. See our FAQs or head to our dedicated - Help Center.

+

{{ __('contact.support_title') }}

+

{{ __('contact.support_message') }}

- Help center + {{ __('contact.help_center_button') }}
- -
- - - - - - - - - - - Map -
-
-
-
-
- +
+ + +
-
+ {{--

Popular questions

@@ -1620,16 +113,12 @@
-
Delivery times vary based on your location and the chosen - shipping method. Generally, our standard delivery takes up to 5 days, while our Express - Delivery ensures your order reaches you within 1 day. Please note that these times may - be subject to occasional variations due to unforeseen circumstances, but we do our best - to meet these estimates.
+
{{ __('contact.faq_delivery_answer') }}
@@ -1764,74 +253,11 @@
-
+
--}} -
-
-

- - #AsiaGolf - -

-

Find more inspiration on our Instagram

-
- -
+
@include('layouts.partials.footer3') diff --git a/routes/web.php b/routes/web.php index a353051..0ef1c3b 100644 --- a/routes/web.php +++ b/routes/web.php @@ -18,6 +18,8 @@ use App\Http\Controllers\SearchController; use App\Http\Controllers\TncController; use App\Http\Controllers\HelpController; use App\Http\Controllers\VoucherEventController; +use App\Http\Controllers\ContactController; + use Illuminate\Support\Facades\Route; Route::group(['prefix' => '/dummy'], function () { @@ -125,3 +127,4 @@ Route::middleware(['auth'])->prefix('/orders')->group(function () { }); Route::get('/terms-and-conditions', [TncController::class, 'index'])->name('terms-and-conditions'); Route::get('/help', [HelpController::class, 'index'])->name('help'); +Route::get('/contact', [ContactController::class, 'index'])->name('contact');