{{ __('Fichiers de l\'intervention') }}

{{-- --}} @foreach ($files as $file) {{-- --}} @endforeach
{{ __('Ajouté le') }} {{ __('Catégorie') }} {{ __('Description') }}{{ __('Nom') }}{{ __('Type') }} {{ __('Aperçu') }} {{ __('Actions') }}
{{ date('d/m/Y', strtotime($file->intFil_createdDate)) }} {!! $file->intFilCat_nameFr !!} {!! $file->intFil_description !!}{!! $file->intFil_oldName !!}{!! get_fullicon_file($file->intFil_ext) !!} @if ( (strtolower($file->intFil_ext)=='jpg') || (strtolower($file->intFil_ext)=='jpeg') || (strtolower($file->intFil_ext)=='png') || (strtolower($file->intFil_ext)=='bmp') ) image {{$file->intFil_oldName}}intFil_size > 2000000 ? 'hidden' : ''}}> @endif {{----}}
{{ __('Fichiers rattachés au site d\'intervention') }}
{{-- --}} @foreach ($sitefiles as $file) {{-- --}} @endforeach
{{ __('Ajouté le') }} {{ __('Catégorie') }} {{ __('Description') }}{{ __('Nom') }}{{ __('Type') }} {{ __('Aperçu') }} {{ __('Actions') }}
{{ date('d/m/Y', strtotime($file->sitFil_createdDate)) }} {!! $file->intFilCat_nameFr !!} {!! $file->sitFil_description !!}{!! $file->intFil_oldName !!}{!! get_fullicon_file($file->sitFil_ext) !!} @if ( (strtolower($file->sitFil_ext)=='jpg') || (strtolower($file->sitFil_ext)=='jpeg') || (strtolower($file->sitFil_ext)=='png') || (strtolower($file->sitFil_ext)=='bmp') ) image {{$file->sitFil_oldName}}sitFil_size > 2000000 ? 'hidden' : ''}}> @endif
@isset($intervention->sitCon_id)
{{ __('Fichiers rattachés à la visite / contrôle') }}
{{-- --}} @foreach ($controlfiles as $file) @switch($file->sitConFil_type) @case('I') @break @case('R') @break @case('L') @break @case('X') @break @endswitch {{-- --}} @endforeach
{{ __('Ajouté le') }} {{ __('Type') }} {{ __('Description') }}{{ __('Nom') }}{{ __('Type') }} {{ __('Aperçu') }} {{ __('Actions') }}
{{ date('d/m/Y', strtotime($file->sitConFil_createdDate)) }}Document initialRapportLevée de réservesAutres{!! $file->sitConFil_description !!}{!! $file->intFil_oldName !!}{!! get_fullicon_file($file->sitConFil_ext) !!} @if ( (strtolower($file->sitConFil_ext)=='jpg') || (strtolower($file->sitConFil_ext)=='jpeg') || (strtolower($file->sitConFil_ext)=='png') || (strtolower($file->sitConFil_ext)=='bmp') ) image {{$file->sitFil_oldName}}sitFil_size > 2000000 ? 'hidden' : ''}}> @endif
@endisset