@if($message=== 'success')
@if(count($accounts)>0)
@if($feeds['code'] === 200)
@if($accounts[0]->account_type === 2)
Followers:
{{$feeds['data']->SocialAccountStats->follower_count}}
@elseif($accounts[0]->account_type === 1)
Page Count:
{{$feeds['data']->SocialAccountStats->page_count}}
@endif
@endif
@else
@endif
@elseif($message=== 'falied')