{{ __('Fichiers ') }}

{{-- --}} @foreach ($files as $file) {{-- --}} @endforeach
{{ __('Ajouté le') }} {{ __('Catégorie') }} {{ __('Description') }}{{ __('Nom') }}{{ __('Type') }} {{ __('Aperçu') }} {{ __('Actions') }}
{{ date('d/m/Y', strtotime($file->ownConFil_createdDate)) }} {!! $file->intFilCat_nameFr !!} {!! $file->ownConFil_description !!}{!! $file->ownConFil_oldName !!}{!! get_fullicon_file($file->ownConFil_ext) !!} @if ( (strtolower($file->ownConFil_ext)=='jpg') || (strtolower($file->ownConFil_ext)=='jpeg') || (strtolower($file->ownConFil_ext)=='png') || (strtolower($file->ownConFil_ext)=='bmp') ) image {{$file->ownConFil_oldName}}ownConFil_size > 2000000 ? 'hidden' : ''}}> @endif