@extends('layouts.subweb') @section('title', $page->meta_title ?? 'Kontak — ' . $brand->name) @section('content') @php $s = $page->sections ?? []; @endphp {{ $s['label'] ?? 'Hubungi Kami' }} {{ $s['headline'] ?? 'Mari Berdiskusi' }} {{ $s['subheadline'] ?? 'Tim kami siap membantu mewujudkan transformasi digital bisnis Anda.' }} {{-- Contact Info --}} @php $email = \App\Models\SiteSetting::get('contact_email', 'info@vestaglobal.co.id', $brand->id); $phone = \App\Models\SiteSetting::get('contact_phone', '', $brand->id); $address = \App\Models\SiteSetting::get('contact_address', '', $brand->id); $ig = \App\Models\SiteSetting::get('social_instagram','', $brand->id); $li = \App\Models\SiteSetting::get('social_linkedin', '', $brand->id); @endphp ✉ Email {{ $email }} @if ($phone) 📞 Telepon / WhatsApp {{ $phone }} @endif @if ($address) 📍 Alamat {{ $address }} @endif @if ($ig || $li) @if ($ig) Instagram @endif @if ($li) LinkedIn @endif @endif {{-- Contact Form --}} @csrf Nama Lengkap Email Nama Perusahaan Tertarik dengan layanan -- Pilih layanan -- CRM System WhatsApp AI Chatbot IT Infrastructure HRIS & Finance Digital Products Lainnya Pesan Kirim Pesan → @endsection @push('styles') @endpush
{{ $s['label'] ?? 'Hubungi Kami' }}
{{ $s['subheadline'] ?? 'Tim kami siap membantu mewujudkan transformasi digital bisnis Anda.' }}
{{ $address }}