@extends('User::dashboard.master') @section('title') SocioBoard | Schedule Message @endsection @section('publish')

Schedule Message

{{----}}

Note: Add only 4 items at a single time.

Choose Facebook Accounts for posting
    @for($i=0;$iaccount_type == env('FACEBOOK') || $socialAccount[$i]->account_type == env('FACEBOOKPAGE')) @if($socialAccount[$i]->join_table_teams_social_accounts->is_account_locked === false)
  • page title
    {{$socialAccount[$i]->first_name}}
    Follower: {{$socialAccount[$i]->friendship_counts}}
  • @endif @endif @endfor
Choose Twitter profile for posting
    @for($i=0;$iaccount_type == env('TWITTER') ) {{--should give a condition for lock--}} @if($socialAccount[$i]->join_table_teams_social_accounts->is_account_locked === false)
  • page title
    {{$socialAccount[$i]->first_name}}
    Follower: {{$socialAccount[$i]->friendship_counts}}
  • @endif @endif @endfor
Choose Linkedin Profile and Pages for posting
    @for($i=0;$iaccount_type == env('LINKEDIN') || $socialAccount[$i]->account_type == env('LINKEDINCOMPANY')) @if($socialAccount[$i]->join_table_teams_social_accounts->is_account_locked === false)
  • page title
    {{$socialAccount[$i]->first_name}}
    Follower: {{$socialAccount[$i]->friendship_counts}}
  • @endif @endif @endfor
Choose Pinterest Profile for posting
@for($i=0;$iaccount_type == env('PINTEREST') && $socialAccount[$i]->join_table_teams_social_accounts->is_account_locked === false)
avatar
{{$socialAccount[$i]->first_name}} {{$socialAccount[$i]->last_name}}
2 boards
@if($boards != null ) @for($j=0;$jaccount_type == env('PINTEREST')) @for($k=0;$kboards);$k++) @if($boards[$j]->boards[$k]->social_account_id == $socialAccount[$i]->account_id)
  • page title
    {{$boards[$j]->boards[$k]->board_name}}
    {{--pin:--}}
@else @break @endif @endfor @endif @endfor @endif
@endif @endfor
{{----}}


{{----}} {{----}}
@endsection @section('script') @endsection