@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
{{ $file['name'] }}{{ Helper::getFileSize($file['size']) }}
@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
@if($file['type'] == 'image') @else @endif
@endforeach @endif