@php
$mergedServices = collect();
foreach($myAdminServiceIds as $sid) {
$mergedServices->push($myAdminServices[$sid]->setAttribute('type', 'platform'));
}
foreach($myCustomServices as $cs) {
$mergedServices->push($cs->setAttribute('type', 'custom'));
}
@endphp
@forelse($mergedServices as $service)
@if($service->type === 'platform')
 }})
@elseif($service->custom_image)
 }})
@else
@endif
₹{{ number_format($service->price, 0) }}
@if($service->type === 'custom')
Personal
@endif
{{ $service->type === 'platform' ? $service->poojaService->name : $service->custom_name }}
{{ $service->description ?: 'No customized description.' }}
You haven't setup any services yet.
Visit 'Platform Services' tab to find ritual services created by Astrotalk.