{{ $service->title }}
@if(!empty($service->target_audience))الفئة المستهدفة: {{ $service->target_audience }}
@endifمميزات الخدمة
@php $featuresRaw = $service->features; if (is_string($featuresRaw)) { $decoded = json_decode($featuresRaw, true); $features = is_array($decoded) ? $decoded : []; } elseif (is_array($featuresRaw)) { $features = $featuresRaw; } else { $features = []; } // تنظيف: إزالة الفارغ والمكرر $features = array_values(array_unique(array_filter(array_map(function ($v) { return is_string($v) ? trim($v) : (is_scalar($v) ? trim((string)$v) : ''); }, $features)))); @endphp @if(count($features))-
@foreach($features as $f)
- {{ $f }} @endforeach
سيتم إتاحة مزايا هذه الخدمة قريبًا.
@endif