@if(isset($heroVideo))
Video saat ini: {{ basename($heroVideo->video_path) }}
@endif
Format: MP4, MOV, AVI, WMV. Max: 100MB
@error('video')
{{ $message }}
@enderror
@if(isset($heroVideo) && $heroVideo->thumbnail_path)
Thumbnail saat ini: {{ basename($heroVideo->thumbnail_path) }}
@endif
Format: JPEG, PNG, JPG, GIF. Max: 2MB
@error('thumbnail')
{{ $message }}
@enderror