@foreach ($sites_inters as $site) @endforeach
{{ __("Sites avec interventions prévues") }}
{!! $site->sit_name !!}
{!! @count($inters_contract) !!} {{ __("interventions") }}

@foreach ($inters_contract as $inter) @endforeach
# {{ __("Période") }} {{ __("#DI") }} {{ __("Enseigne/Site") }} {{ __("Titre") }} {{ __("Etat") }} {{ __("Affectation") }} {{ __("Date planifiée") }} {{ __("Actions") }}
{!! $inter->conInt_id !!} {{ date('d/m/Y', strtotime($inter->conInt_date1)) }} - {{ date('d/m/Y', strtotime($inter->conInt_date2)) }} {!! $inter->int_number !!} {!! $inter->sig_socialReason !!}
{!! $inter->sit_name !!}
{!! $inter->int_title !!} {!! $inter->sta_nameFr !!} @if ($inter->pro_idAssigned !='') {!! $inter->pro_socialReason !!} @elseif ($inter->use_idAssigned !='') {!! $inter->nom_tech !!} @endif {{ $inter->int_planningDate!='' ? date('d/m/Y', strtotime($inter->int_planningDate)) : '' }}
{{-- ***************************************************************************************************************************************************** --}} {{-- ***************************************************************************************************************************************************** --}}
{{ __('Exportation') }}
{{ __("Exporter la liste des interventions pour la saisie des dates de planification du prestataire.") }}
con_id }}> {{ __("Exporter") }}
{{ __('Importation') }}
{{ __("Importer la liste des interventions précédemment exportée pour la mise à jour des dates de planification.") }}
@csrf {{ csrf_field() }}