@if(session()->has('message-success') != "")
@if(session()->has('message-success'))
@endif
@endif
@if(session()->has('message-danger') != "")
@if(session()->has('message-danger'))
{{session()->get('message-danger')}}
@endif
@endif
@if(isset($accounts))
@if(isset($accounts['data']->teamSocialAccountDetails) && count($accounts['data']->teamSocialAccountDetails) > 0)
@if($accounts['code'] === 200 )
@php
$members = $accounts['data']->memberProfileDetails;
$admin = [];
@endphp
@foreach($accounts['data']->teamSocialAccountDetails as $account)
@foreach($account as $data)
@if($data->team_logo === 'www.socioboard.com' || $data->team_logo === "www.NA.com" )
@if($data->is_team_locked)
@else
@endif
@else
@if($data->is_team_locked)
@else
@endif
@endif
{{$data->team_name}}
@foreach($members as $member)
@foreach($member as $user)
@if($user->user_id === $data->team_admin_id)
@php
$admin = $user->first_name.' '.$user->last_name;
@endphp
@break($user->user_id === $data->team_admin_id)
@endif
@endforeach
@endforeach
{{$admin}}
{{--
--}}
{{-- --}}
{{-- --}}
{{-- 23 pending messages--}}
{{--
--}}
{{-- --}}
{{-- --}}
Are you sure wanna delete this team?
Are you sure wanna Un-Hold this team?
Are you sure wanna Hold this team?
@endforeach
@endforeach
@else
@endif
@else
@endif
@else
@endif