مميزات الخدمة
@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(fn($v) => is_string($v) ? trim($v) : (is_scalar($v) ? trim((string)$v) : ''), $features)))); @endphp @if(count($features))-
@foreach($features as $f)
- {{ $f }} @endforeach
سيتم إتاحة مزايا الخدمة قريباً
@endif
وصف الخدمة
{{ $service->description }}