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

Schedule Message

Note: Add only 4 items at a single time.

Choose Facebook Pages for posting
    @for($i=0;$iaccount_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') ) @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')) {{--should give a condition for lock--}}
  • page title
    {{$socialAccount[$i]->first_name}}
    Follower: {{$socialAccount[$i]->friendship_counts}}
  • @endif @endfor
{{--
--}} {{--
--}} {{--
--}} {{--
Choose Pinterest Profile for posting
--}} {{--
--}} {{-- @for($i=0;$iaccount_type == env('PINTEREST'))--}} {{-- @if($socialAccount[$i]->join_table_teams_social_accounts->is_account_locked == false)--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- avatar--}} {{--
--}} {{--
{{$socialAccount[$i]->first_name}}
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- @if($i == 0)--}} {{--
--}} {{-- @else--}} {{--
--}} {{-- @endif--}} {{--
--}} {{--
    --}} {{-- @for($j=0;$jaccount_id == $socialAccount[$i]->account_id)--}} {{-- @for($l=0;$lboards);$l++)--}} {{--
  • --}} {{--
    --}} {{-- --}}{{----}} {{--
    --}} {{-- --}} {{--
    --}} {{-- --}} {{-- --}} {{--
    --}} {{--
    --}} {{--
    {{$pinterestBoards[$j]->boards[$l]->board_name}}
    --}} {{--
    --}} {{--
    --}} {{--
  • --}} {{-- @endfor--}} {{-- @endif--}} {{-- @endfor--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- @endif--}} {{-- @endif--}} {{-- @endfor--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--todo take from np--}}
{{--todo take from np--}}


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