@if(Route::currentRouteName() == 'frontend.podcasts.browse.by.region' || Route::currentRouteName() == 'frontend.podcasts.browse.category')
  • {!! makeCountryDropDown('country', 'toolbar-country-filter-select2', request()->input('country') ? request()->input('country') : null) !!}
  • @endif
  • @if(Route::currentRouteName() == 'frontend.podcasts.browse.by.country' || request()->input('language_id')) {!! makeCountryLanguageDropDown(request()->input('country') ? request()->input('country') : (isset($browse->country) ? $browse->country->code : null), 'language', 'toolbar-filter-language-select2', request()->input('language_id') ? request()->input('language_id') : null) !!} @endif