@extends('layouts.frontend') @section('content')
@if(isset($youtubevideos)) @foreach($youtubevideos as $youtubevideo)
{!!$youtubevideo->player->embedHtml!!}

{{$youtubevideo->snippet->title}}

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