@if (setting('enable_ad2'))
@include('setting::admin.settings.advertisement',['ad'=>setting('ad_block_2')])
@endif
@if($filesShare->pwd=='' && $unlock)
@foreach($files as $file)
@php
$download_key=id_encode($file->id);
$size=display_filesize($file->size);
@endphp
{{ $size }}
@if($file->description!='')
|
View Description
@endif
@if(!$file->folder->public_download && !auth()->user())
|
{{ clean(trans('files::files.share.require_login_to_download')) }}
@endif
@endforeach
@else
@endif