{{ __('Fichiers') }}

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