@extends($layout) @section('content')
{{ $recentVideo->description ?? '' }}
Uploaded on: {{ $recentVideo && $recentVideo->created_at ? $recentVideo->created_at->setTimezone('Asia/Kolkata')->format('j F Y') : 'N/A' }}