@extends('Front.layout') @push('front-scripts') @php $pixels = $metaPixels->where('target_page','home')->groupBy('source'); @endphp @foreach ($pixels as $page) @php $pixel = $page->first(); @endphp @if ($pixel->source == "meta") @elseif ($pixel->source == "tiktok") @elseif ($pixel->source == "gtm") @endif @endforeach @php $pixels = $metaPixels->where('target_page','home')->where('target_element',"a[href='#section-4']"); @endphp @foreach ($pixels as $pixel) @if ($pixel->source == "meta") @elseif ($pixel->source == "tiktok") @elseif ($pixel->source == "gtm") @endif @endforeach @php $pixels = $metaPixels->where('target_page','home')->where('target_element',"form button.btn-success"); @endphp @foreach ($pixels as $pixel) @if ($pixel->source == "meta") @elseif ($pixel->source == "tiktok") @elseif ($pixel->source == "gtm") @endif @endforeach @endpush @section('frontcontent')

{{ $landing->tagline }}

{{ $landing->promotion_text }}
{{ $landing->button_text }}

Tim Kami

"{{ $landing->team_description }}"
@foreach ($galeri as $item)
@endforeach

Temukan kami!

Alamat Kami

{{ $profil->alamat }}

Ikuti Kami

Konsultasi

@csrf

Form Konsultasi

*Masukkan nomor dengan awalan "08" dan pastikan nomor WA dapat dihubungi!
*Masukkan nama kota/kecamatan min 4 karakter!
@push('front-scripts') @endpush @endsection