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

Feeds

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