{{-- Residential Services --}}

Common Pest Section

Common Pest Cards

@foreach($detail->items->where('type', 'common_pest') as $index => $item)
@if($item->image) @else

Select Image

@endif
@endforeach

How Residential Services Work

Process Flow (CRUD – 4 Steps)

@foreach($detail->items->where('type', 'process_flow') as $index => $item)
@endforeach

Why Invest Section

Why Invest Cards

@foreach($detail->items->where('type', 'why_invest') as $index => $item)
@endforeach