@extends('layouts.content') @section('content')
Greenhouse

Hubungi Kami

Kami siap membantu Anda dengan informasi produk, pemesanan, atau pertanyaan lainnya seputar pertanian organik Tanjoeng Farm.

Kirim Pesan

@csrf

Informasi Kontak

@if ($contactInfo)
@if ($contactInfo->phone_number)
call

Telepon / WhatsApp

{{ $contactInfo->phone_number }}

@endif @if ($contactInfo->email)
mail

Email

{{ $contactInfo->email }}

@endif @if ($contactInfo->operational_hours)
schedule

Jam Operasional

{{ $contactInfo->operational_hours }}

@if ($contactInfo->operational_notes)

{{ $contactInfo->operational_notes }}

@endif
@endif
@else
Informasi kontak belum tersedia.
@endif
@if ($contactInfo && $contactInfo->google_maps_url) @php $mapUrl = $contactInfo->google_maps_url; if ( preg_match('/src="([^"]+)"/', $mapUrl, $matches) || preg_match("/src='([^']+)'/", $mapUrl, $matches) ) { $mapUrl = $matches[1]; } if (is_string($mapUrl) && !str_contains($mapUrl, 'maps/embed')) { $separator = str_contains($mapUrl, '?') ? '&' : '?'; $mapUrl = $mapUrl . $separator . 'output=embed'; } @endphp
map
@endif
@endsection