@if(!saas())
@endif
@if(GLOBAL_ACCESS)
@endif
@php foreach($paginator as $row): @endphp
@if(!saas())
@endif
@if(GLOBAL_ACCESS)
@endif
@php endforeach; @endphp
{{ __lang('id') }} |
{{ __lang('thumbnail') }} |
{{ __lang('name') }} |
{{ __lang('length') }} | {{ __lang('size') }} | {{ __lang('added-on') }} | {{ __lang('created-by') }} | {{__lang('actions')}} |
{{ $row->id }} |
@php $thumb = 'uservideo/'.$row->id.'/'.fileName($row->file_name).'.jpg'; $video = 'uservideo/'.$row->id.'/'.$row->file_name; @endphp
@if(saas())
@else
@if(file_exists($thumb) && file_exists($video))
@endif
@endif
|
{{ $row->name }} |
@if(!empty($row->length))
{{$row->length}}
@endif
|
@if(!empty($row->file_size))
{{formatSizeUnits($row->file_size)}}
@endif
|
{{showDate('d/m/Y',$row->created_at)}}
| {{ adminName($row->admin_id) }} |
@if(file_exists($video))
{{__lang('play')}}
@endif
{{ __lang('select') }}
|