@if(isset($socialAccounts) && !empty($socialAccounts))
@foreach($socialAccounts as $key => $socialAccountsGroups)
@foreach($socialAccountsGroups as $group => $socialAccountArray) @if(($group == "account") || ($group == "page")) Choose {{ucwords($key)}} {{$group}} for posting @foreach($socialAccountArray as $group_key => $socialAccount) @if($key == 'facebook') @endif
{{ $socialAccount->first_name.' '. $socialAccount->last_name }} {{ $socialAccount->friendship_counts }} followers
@endforeach @endif @endforeach
@endforeach
@endif