@extends('layouts.master') @section('title', 'Vídeos') @section('content') Página Inicial > Vídeos @foreach($videos as $video) {{ date('d/m/Y H:i:s',strtotime($video->snippet->publishedAt)) }} {{ $video->snippet->title}} @endforeach {{-- $channel->render() --}} @endsection
{{ date('d/m/Y H:i:s',strtotime($video->snippet->publishedAt)) }}