@csrf
Re-Socio
@if(isset($socialAccounts) && !empty($socialAccounts))
    @foreach($socialAccounts as $key => $socialAccount)
  • @if($key === 'linkedin-in') [pages] @endif
  • @endforeach
@foreach($socialAccounts as $key => $socialAccountsGroups)
@foreach($socialAccountsGroups as $group => $socialAccountArray) @if(($group == "account") || ($group == "page") || ($group == "business account")) @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.
@elseif(ucwords($key) === "Linkedin" || ($key) === "linkedin-in")
  • 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->friendship_counts }} followers @endif
@endforeach @endif @endforeach
@endforeach
@endif