@php($social_links = collect(config('buzzy.social_links'))->filter(function($item, $provider){ return get_buzzy_config( $provider.'page') > ''; })->map(function($item, $provider){ return array_merge($item, [ 'url' => get_buzzy_config( $provider.'page', $item['url'] ?? ''), 'follow_text' => get_buzzy_config( $provider.'page_btn_text', $item['follow_text'] ?? ''), ]); }) )