Date Range: {{ $startDate ? $startDate->toDateString() : 'N/A' }} - {{ $endDate ? $endDate->toDateString() : 'N/A' }}
| Video Title | Description | Capture Date | Participants | Tags | Category | Views | Downloads |
|---|---|---|---|---|---|---|---|
| {{ $video->title }} | {{ $video->description }} | {{ \Carbon\Carbon::parse($video->capture_datetime)->format('d-m-Y') }} | @foreach ($video->participants as $participant) {{ $participant->name }}@if(!$loop->last), @endif @endforeach | @foreach ($video->tags as $tag) {{ $tag->name }}@if(!$loop->last), @endif @endforeach | {{ $video->category }} | {{ $video->views }} | {{ $video->download_count }} |