@foreach ($sections as $key => $section)
@if ($selected_theme->value == 'all_theme')
@else
@foreach ($theme_wise_sections as $theme_wise_section)
@if ($theme_wise_section['dispaly_name'] == $selected_theme->value)
@foreach ($theme_wise_section['sections'] as $theme_wise_section_section)
@if ($theme_wise_section_section == $key)
@endif
@endforeach
@endif
@endforeach
@endif
@endforeach