| {{ __("Sites avec interventions prévues") }} |
|---|
| {!! $site->sit_name !!} |
| # | {{ __("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)) : '' }} |