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