{{ __('Fichiers du dossier') }}


@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) !!}
{{ __('Fichiers des interventions') }}
@foreach ($di_files as $file) @endforeach
# {{ __('Date ajout') }} {{ __('Description') }} {{ __('Nom') }} {{ __('Type') }} {{ __('Actions') }}
#{!! $file->int_number !!} {{ date('d/m/Y', strtotime($file->intFil_createdDate)) }} {!! $file->intFil_description !!} {!! $file->intFil_oldName !!} {!! get_icon_file($file->intFil_ext) !!}