@extends('layouts.frontend') @section('title', $service->meta_title ?: $service->title . ' - ' . setting('site_name')) @section('meta_description', $service->meta_description ?: $service->short_description) @section('content')

{{ $service->title }}

{{ $service->short_description }}

@if($service->is_featured)
Layanan Unggulan
@endif
@if($service->icon)
@elseif($service->image) {{ $service->title }} @endif
@if($service->description) @foreach(explode("\n\n", $service->description) as $paragraph) @if(str_contains($paragraph, ':')) @php $parts = explode(':', $paragraph, 2); $title = trim($parts[0]); $content = trim($parts[1] ?? ''); @endphp @if(str_starts_with($title, '-') || str_starts_with($content, '-'))

{{ str_replace('-', '', $title) }}

    @foreach(explode('-', $content) as $item) @if(trim($item))
  • {{ trim($item) }}
  • @endif @endforeach
@else

{{ $title }}

{{ $content }}

@endif @else

{{ $paragraph }}

@endif @endforeach @endif

Butuh Konsultasi?

Diskusikan kebutuhan proyek Anda dengan tim ahli kami

Konsultasi Gratis @if(setting('contact_whatsapp')) WhatsApp @endif

Keunggulan Layanan

  • Konsultasi gratis
  • Tim berpengalaman
  • Teknologi terdepan
  • Support berkelanjutan
  • Harga kompetitif
@if($relatedServices && $relatedServices->count() > 0)

Layanan Terkait

Layanan lain yang mungkin Anda butuhkan

@foreach($relatedServices as $relatedService)
@if($relatedService->icon)
@elseif($relatedService->image) {{ $relatedService->title }} @endif

{{ $relatedService->title }}

{{ $relatedService->short_description }}

Pelajari Lebih Lanjut →
@endforeach
@endif

Siap Memulai Proyek Anda?

Konsultasikan kebutuhan {{ $service->title }} Anda dengan tim expert kami dan dapatkan solusi terbaik

@endsection