@extends('layouts.master') @section('title') Video Gallery @endsection @section('content')
@foreach($videos as $video)
{{ $video->created_at->format('j M Y') }}

{{$video->title}}

@endforeach