@if($type == 'photo')
@foreach($files as $file)
@php
$id = rand(1, 324324).'_'.time();
@endphp
@endforeach
@elseif($type == 'file')
@foreach($files as $file)
@php
$id = rand(1, 324324).'_'.time();
@endphp
@endforeach
@elseif($type == 'video')
@php
$id = rand(1, 324324).'_'.time();
@endphp
@elseif($type == 'episode')
@foreach($files as $file)
@php
$id = rand(1, 324324).'_'.time();
@endphp
@endforeach
@endif