@props(['service' => new \App\Models\Service()])

Review Service

@if ($application->product_group->is_ggp)
@include('pages.company.service.partials.review.a-general')
@include('pages.company.service.partials.review.b-service-requirement')
@include('pages.company.service.partials.review.c-product-requirement')
@include('pages.company.service.partials.review.d-service-certification')
{{--
@include('pages.company.service.partials.review.e-environment')
--}} @else
@include('pages.company.service.partials.review.general')
@endif
@include('pages.company.service.partials.review.contact-person')