@foreach ($files as $file) @endforeach
# {{ __("Date ajout") }} {{ __("Description") }} {{ __("Nom") }} {{ __("Type") }} {{ __("Actions") }}
{!! $file->conFil_id !!} {{ date('d/m/Y', strtotime($file->conFil_createdDate)) }} {!! $file->conFil_description !!} {!! $file->conFil_oldName !!} {!! get_icon_file($file->conFil_ext) !!}