@extends('layouts.app') @section('title', $service->title . ' - Layanan Bidang Dakwah Masjid Salman ITB') @section('meta_description', Str::limit($service->description, 160)) @section('og_title', $service->title . ' - Layanan Bidang Dakwah Masjid Salman ITB') @section('og_description', Str::limit($service->description, 200)) @section('og_image', 'https://bidangdakwah.salmanitb.com/storage/' . $service->featured_image) @section('additional_meta_tags') @endsection @push('styles') @endpush @section('content')

{{ $service->title }}

Layanan di bawah Program {{ $service->program->title }}

@if ($service->icon)

{{ $service->title }}

@else

{{ $service->title }}

@endif

{{ $service->description }}

@if ($service->link_url) @endif

Program Terkait

{{ $service->program->title }}

{{ $service->program->description }}

Lihat Detail Program

Butuh Bantuan?

Jika Anda memiliki pertanyaan tentang layanan ini, jangan ragu untuk menghubungi kami.

Hubungi Kami

Layanan Lainnya

@foreach ($service->program->services()->where('id', '!=', $service->id)->take(3)->get() as $otherService)
@if ($otherService->icon)
@endif

{{ $otherService->title }}

{{ Str::limit($otherService->description, 100) }}

@endforeach
@endsection