@extends('layouts.app') @section('content')

{{ $video->name }}

{{ date('Y-m-d', strtotime($video->created_at)) }}

0

@endsection