@extends('layouts.squelette') @section('css_header') @endsection @section('titre_page') {{ __('Interventions en attente') }} @endsection @section('contenu')
@foreach ($interventions as $item) @endforeach
# {{ __('Date création') }} {{ __('Activité/lot') }} {{ __('Titre') }} {{__('Site')}} {{ __('Etat') }}
{!! $item->int_number !!} {!! date('d/m/Y', strtotime($item->int_createdDate)) !!} {!! $item->act_nameFr !!} {!! $item->int_title !!} {!! $item->sig_socialReason !!}
{!! $item->sit_name !!}
{!! $item->sta_nameFr !!} {{ __('Voir') }}
@endsection @section('modale') @include('modales.interventions.valid_proQuo', ['page' => 'interfaceDaf']) @endsection @section('js_footer') @endsection