@extends('layouts.subweb') @section('title', $page->meta_title ?? 'Kontak — ' . $brand->name) @section('content') @php $s = $page->sections ?? []; @endphp

{{ $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
@endsection @push('styles') @endpush