{{ $application->services->name }}
{{ $application->services->description }}
{{ $application->product_group->name }}
{{ $application->product_group->parent->parent->name }}
{{ $application->product_group->parent->name }}
{{ $application->services->provider_name }}
{{ $application->services->contact_website }}
@foreach ($application->services->type as $type) {!! \App\Models\Service::TYPE[$type] ?? $type !!}
@endforeach
{{ $application->services->bumiputera == 1 ? 'Yes' : 'No' }}
{{ $application->services->register_with_e_perolehan == 1 ? 'Yes' : 'No' }}