{{ $hero['hero1'] ?? '' }}
{{ $hero['hero2'] ?? '' }}

{{ $hero['hero3'] ?? '' }}

About Us
@foreach ($slide as $item) @endforeach
@include('livewire.index.sosmed') img img {{-- Separate YouTube video section (independent from slides) --}} @if (!empty($hero['hero4'])) @php $videoUrl = trim($hero['hero4']); $embedUrl = ''; if (!empty($videoUrl)) { if (str_contains($videoUrl, 'youtube.com/watch')) { parse_str(parse_url($videoUrl, PHP_URL_QUERY) ?: '', $qs); if (!empty($qs['v'])) { $embedUrl = 'https://www.youtube.com/embed/' . $qs['v']; } } if (empty($embedUrl) && str_contains($videoUrl, 'youtu.be')) { $path = parse_url($videoUrl, PHP_URL_PATH) ?: ''; $id = ltrim($path, '/'); if ($id) { $embedUrl = 'https://www.youtube.com/embed/' . $id; } } if (empty($embedUrl) && str_contains($videoUrl, 'youtube.com/embed')) { $embedUrl = $videoUrl; } if (empty($embedUrl) && preg_match('#^https?://#i', $videoUrl)) { $embedUrl = $videoUrl; } } @endphp @if (!empty($embedUrl))
{{--

Watch Our Video

--}}
@endif @endif

Kami akan senang bekerja dengan Anda

Berikut adalah beberapa klien kami dari nasional maupun lokal

@foreach ($client as $item)
@endforeach
{{-- Tombol More hanya muncul jika belum menampilkan semua --}} @if (!$showAll)
@endif

Temukan Layanan Produksi Kreatif Kami

Berikut adalah kategori layanan video yang kami sediakan untuk mendukung kebutuhan visual Anda

@foreach ($categoryFilm as $item)
{{-- Image 1:1 --}}
{{ $item->name }}
{{-- Content --}}
{{ $item->name }}
@if ($item->start) Start From: {{ 'Rp ' . number_format($item->start, 0, ',', '.') }} @endif
@endforeach
{{-- {{$photo}} --}} @if (empty($photo))
Beberapa Karya Terbaik yang Pernah Kami Kerjakan
@foreach ($photo as $item)
@endforeach

@endif {{-- --}}
{{--
img
--}}
0882-0172-34736
img
Get in touch now :
{{--
img
--}}
0882-0172-34736
img
Get in touch now :
{{--
img
--}}
0882-0172-34736
img
Get in touch now :
{{--
img
--}}
0882-0172-34736
img
Get in touch now :
@include('livewire.index.testimoni') @include('livewire.index.blog')