@extends('home::layouts.UserLayout') @section('title') {{env('WEBSITE_TITLE')}} | Tumblr Feeds @endsection @section('links') @endsection @section('content')
@if($message=== 'success') @if(count($accounts)>0) @if($feeds['code']=== 200)
{{$accounts[0]->first_name}}
{{$accounts[0]->email}}
{{-- @if($feeds['data']->SocialAccountStats !== null)--}} {{--
--}} {{--
--}} {{-- Followers:--}} {{-- {{$feeds['data']->SocialAccountStats->follower_count}}--}} {{--
--}} {{-- --}} {{--
--}} {{-- @endif--}}
@else
{{$feeds['message']}}
@endif @else
Currently no Tumblr Account has been added yet! for this team or Account has been locked
@endif @elseif($message=== 'No Tumblr account added yet! or Account has locked')
Currently no Tumblr Account has been added yet! for this team or Account has been locked
@elseif($message === 'failed')
Sorry some error ,occurred please reload page
@else
Currently no Tumblr Account has been added yet! for this team or Account has been locked
@endif

Feeds

+
@if($message=== 'success') @if(count($accounts)>0) @if($feeds['code']=== 200)