@php
$section_keys = collect($landing_sections ?? [])->pluck('section_key')->all();
@endphp
@if(in_array('admob_income_calculator', $section_keys, true))
@push('scripts')
@endpush
@endif
@if(in_array('adsense_income_calculator', $section_keys, true))
@endif
@if(in_array('audio_player', $section_keys, true))
@endif