Date Range: {{ $startDate ? $startDate->toDateString() : 'N/A' }} - {{ $endDate ? $endDate->toDateString() : 'N/A' }}
| Title | Description | Date | Tags | Participants | Category | Download Count |
|---|---|---|---|---|---|---|
| {{ $video->title }} | {{ $video->description }} | {{ \Carbon\Carbon::parse($video->capture_datetime)->setTimezone('Asia/Kolkata')->format('d-m-Y') }} | {{ $video->tagsList }} | {{ $video->participantsList }} | {{ $video->category }} | {{ $video->downloadCount }} |