@extends('home::layouts.UserLayout') @section('title') {{env('WEBSITE_TITLE')}} | blogged Accounts @endsection @section('content')

Blogging Accounts(Medium & Tumblr)

@if(isset($accountsCount)) @if($accountsCount->code === 200) @foreach($accountsCount->data as $data) @switch($data->account_type) @case(16) @break @case(14) @break @endswitch @endforeach @endif @else @endif
{{$medium}}
{{$tumblr}}
@if(isset($ErrorMessage))
{{$ErrorMessage}}
@else @if(isset($accounts)) @if($accounts->code === 200 ) @if(count($accounts->data->teamSocialAccountDetails[0]->SocialAccount)!==0) @foreach($accounts->data->teamSocialAccountDetails[0]->SocialAccount as $account) @if( $account->account_type === 14 || $account->account_type === 16)
@if($account->account_type === 14 )
@else
@endif
@if($account->join_table_teams_social_accounts->is_account_locked == true)
Un-Lock
@else
Lock
@endif
@if($account->join_table_teams_social_accounts->is_account_locked === false) @if($account->account_type === 13) {{$account->first_name}} {{substr($account->last_name, 0, 7)}} @else {{$account->first_name}} {{substr($account->last_name, 0, 7)}} @endif @else {{$account->first_name}} {{substr($account->last_name, 0, 7)}} @endif
@if($account->join_table_teams_social_accounts->is_account_locked === false) @if($account->account_type === 14) Profile @elseif($account->account_type === 16) Profile @endif @else Profile @endif
{{--
--}} {{-- Following:--}} {{-- 9k--}} {{--
--}} {{--
--}} {{-- Followers:--}} {{-- 99--}} {{--
--}} {{--
--}} {{-- Feeds:--}} {{-- 0--}} {{--
--}}
Cron Update:
@else @endif @endforeach @if($count === count($accounts->data->teamSocialAccountDetails[0]->SocialAccount))
No Blogged Accounts present now
@endif @else
No Social Accounts present now
@endif @elseif($accounts['code'] === 400 )
Can not get Accounts as:,{{$accounts['error'] }}
@endif @else
Can not get Accounts Some error occured,please reload the page
@endif @endif
@endsection @section('scripts') @endsection