@lang('Drag and drop video files to upload')

@lang('Your video will be private until you publish them')
@if (!request()->routeIs('user.shorts.*') && gs('ffmpeg_status'))

@lang('Supported Resulation: ') ( @foreach ($resolutions as $resolution) {{ $resolution->width }} X {{ $resolution->height }} @if (!$loop->last) , @endif @endforeach )

@endif

@lang('Allowed File Extensions: .mp4, .mov, .wmv, .flv, .avi, .mkv')

@push('style') @push('script') @endpush