@if(isset($socialAccounts) && !empty($socialAccounts) && count($socialAccounts) > 0)
Social accounts
Blog accounts
@foreach($socialAccounts as $key => $socialAccountsGroups)
@foreach($socialAccountsGroups as $group => $socialAccountArray) @if(($group === "account") || ($group === "page") || ($group === "business account") || ($group === "pages")) @if(ucwords($key) === "Twitter")
  • The Character limit is 280.
  • You can only post four Images at a time.
@elseif(ucwords($key) === "Facebook")
  • The Character limit is 5000.
  • You can only post four Images at a time.
@elseif(ucwords($key) === "Instagram")
  • The Character limit is 2200.
  • You can only post one Image or a video at a time.
  • If You Select Multiple media files, then only first selected media will be published.
  • An Image or video for posting is required.
  • Image Pixel should be 1:1 resolution.
  • Video aspect ratio should be from 4/5 to 16/9.
  • Maximum video File size should be 100MB.
@elseif(ucwords($key) === "Linkedin" && $group === "page")
  • The Character limit is 700.
  • You can only post one Image or a video at a time.
  • If You Select Multiple media files, then only first selected media will be published.
@elseif(ucwords($key) === "Tumblr")
  • You can only post one Image or a video at a time.
  • Media size should be less than 10MB .
  • If You Select Multiple media files, then only first selected media will be published.
@endif Choose {{ucwords($key)}} {{$group}} for posting @foreach($socialAccountArray as $group_key => $socialAccount) @if($key === 'facebook') @endif
{{ $socialAccount->first_name.' '. $socialAccount->last_name }} @if($socialAccount->account_type !== 6 && $socialAccount->account_type !== 16) {{ $socialAccount->friendship_counts }} followers @endif
{{-- --}}
@endforeach @endif @endforeach
@endforeach
@else

Please add Social Accounts to Publish Posts

@endif