@extends('User::dashboard.master') @section('title') SocioBoard | View Team @endsection @section('style') @endsection {{--@section('nav')--}} {{----}} {{--@endsection--}} @section('viewTeam')

User And Teams

Teams are used to categorize social profiles together to help manage and report on your social media efforts efficiently. Learn more about Teams

{{$teamDetails['team_name']}}

@if($defaultTeam == 1)

This is By default team...

@endif

Admin of {{$teamDetails['team_name']}} Team

Name :
{{$adminDetails['first_name']}}
Email Id :
{{$adminDetails['email']}}
{{----}} @if($defaultTeam != 1) @endif
Profile Linked To {{$teamDetails['team_name']}}
@if($teamDetails['SocialAccount'] != null) @for($i=0;$i avatar
{{$teamDetails['SocialAccount'][$i]->first_name}}
@switch($teamDetails['SocialAccount'][$i]->account_type ) @case(1) {{env('ACCOUNT_FB')}} @break @case(2) {{env('ACCOUNT_FBPAGE')}} @break @case(3) {{env('ACCOUNT_FBGROUP')}} @break @case(4) {{env('ACCOUNT_TWITTER')}} @break @case(5) {{env('ACCOUNT_INSTA')}} @break @case(6) {{env('ACCOUNT_LINKEDIN')}} @break @case(7) {{env('ACCOUNT_LINKEDINBUSINESS')}} @break @case(8) {{env('ACCOUNT_GPLUS')}} @break @case(9) {{env('ACCOUNT_YOUTUBE')}} @break @case(10) {{env('ACCOUNT_GANALYTICS')}} @break @case(11) {{env('ACCOUNT_PINTEREST')}} @break @case(12) {{env('ACCOUNT_INSTA_BUSINESS')}} @break @default

No profiles available for

@endswitch
{{----}}
@endfor @else

No profiles available for

@endif
Profiles Available for Connection

Drag profile to add in your team

@if( $profileAvailablecount != 0)
{{--{{$profilesAvailable[0]->account_id}}--}} @for($i=0;$i avatar
{{$profilesAvailable[$i]->first_name}}
@switch($profilesAvailable[$i]->account_type) @case(1) {{env('ACCOUNT_FB')}} @break @case(2) {{env('ACCOUNT_FBPAGE')}} @break @case(3) {{env('ACCOUNT_FBGROUP')}} @break @case(4) {{env('ACCOUNT_TWITTER')}} @break @case(5) {{env('ACCOUNT_INSTA')}} @break @case(6) {{env('ACCOUNT_LINKEDIN')}} @break @case(7) {{env('ACCOUNT_LINKEDINBUSINESS')}} @break @case(8) {{env('ACCOUNT_GPLUS')}} @break @case(9) {{env('ACCOUNT_YOUTUBE')}} @break @case(10) {{env('ACCOUNT_GANALYTICS')}} @break @case(11) {{env('ACCOUNT_PINTEREST')}} @break @case(12) {{env('ACCOUNT_INSTA_BUSINESS')}} @break @default

No profiles available for

@endswitch
@endfor
@else

No profiles available for

@endif
Accepted Team Members
@for($i=0;$i avatar
{{$teamMemeberActivation[$i]->first_name}}
@if($teamMemeberActivation[$i]->invitation_accepted == true) accepted @if($adminDetails['email'] !== $teamMemeberActivation[$i]->email ) @if($adminDetails['email'] !== session('user')['userDetails']->email)
@else
@endif @endif @else
pending @endif
@endfor

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