@extends('home::layouts.UserLayout') @section('title') {{env('WEBSITE_TITLE')}} | Instagram Feeds @endsection @section('links') @endsection @section('content')
@if($message=== 'success') @if(count($accounts)>0)
{{$accounts[0]->first_name}}
{{$accounts[0]->email}}
@else
Currently no Instagram Account has been added for this team or Account has been locked
@endif @endif

Feeds

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