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

Feeds

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