@if(count($accounts)>0)
@else
Currently, no Medium account added to this team or Accounts have been
locked.
@endif
@if($message === 'failed')
Can not get publications as :Some error occured in getting
publicatiosn
@else
@if(isset($publications))
@if($publications['code']=== 200)
@foreach($publications['data'] as $data)
@endforeach
@elseif($publications['code']=== 400)
{{$publications['error']}}
@else
Some error occured, can not get publications
@endif
@else
Can not get User's publications as :Currently no Medium
Account has
been
added for this team yet! or Accounts has been locked
@endif
@endif
@foreach($accounts as $data)
@endforeach
@endsection
@section('scripts')
@endsection