@if(isset($youtubevideos))
@foreach($youtubevideos as $youtubevideo)
@endforeach
@endif
{!!$youtubevideo->player->embedHtml!!}
Details of this video
{{$youtubevideo->snippet->title}}
- {{date('M d Y',strtotime($youtubevideo->snippet->publishedAt))}}
- {{$youtubevideo->statistics->viewCount}}
- {{$youtubevideo->statistics->likeCount}}
}})