@extends('home::layouts.UserLayout') @section('title') {{env('WEBSITE_TITLE')}} | Facebook Feeds @endsection @section('links') @endsection @section('content')
@if($message=== 'success') @if(count($accounts)>0)
@if($feeds['code'] === 200) @if($accounts[0]->account_type === 2)
Followers: {{$feeds['data']->SocialAccountStats->follower_count}}
@elseif($accounts[0]->account_type === 1)
Page Count: {{$feeds['data']->SocialAccountStats->page_count}}
@endif @endif
@else
Currently no Facebook Account has been added yet for this team or Account has been locked
@endif @elseif($message=== 'falied')
Sorry some error ,occurred please reload page
@endif

Feeds

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