Media File Name
{{trans('organizationtopics.document-size')}}
{{trans('organizationtopics.file-descriptions')}}
@foreach($documents as $document)
@if (in_array(strtolower($document->document_type), $imgExt))
@else
![]()
@endif
@if(strlen($document->document_original_name) >25)
{{Str::limit($document->document_original_name, 25)}}
@else
{{$document->document_original_name}}
@endif
@if($document->document_size)
{{formatSizeUnits($document->document_size)}}
@endif
@if(strlen($document->document_description) >25)
{{Str::limit($document->document_description, 25)}}
@else
{{$document->document_description}}
@endif
{!! Theme::section('community.pannel.cms.thememanage.document-actions',['document'=>$document]) !!}
@endforeach
{{--{!! $documents->appends(request()->except('page'))->render() !!}--}}
Media File Name
{{trans('organizationtopics.document-size')}}
@foreach($default_media_files as $key => $value)
@if(in_array(strtolower($file_extension), $imgExt))
@else
->get('theme/images/doc-icons')}}/{{$file_extension}}.png)
@endif
{{$file_name}}
{{formatSizeUnits($file_size)}}
Media url copied
{{$file_relative_path}}
@endforeach