Video Playback Test

Direct Video Test

Video URL:

{{ App\Models\Video::first()->video_url }}

Video Info:

{{ print_r(App\Models\Video::first()->toArray(), true) }}

File Exists Check:

File exists: {{ file_exists(storage_path('app/public/' . App\Models\Video::first()->video_path)) ? 'Yes' : 'No' }}