@extends('layouts.squelette') @section('css_header') @endsection @section('titre') {{ __('Liste des DI') }} @endsection @section('titre_page') @if ( app('request')->input('intType')=='P') {{ __('Interventions préventives') }} @if (app('request')->input('staGro_id')!='') @foreach (Session::get('groupes_statuts_preventive') as $groupe) @if($groupe['staGro_id']==app('request')->input('staGro_id')) / {{ $groupe['staGro_libelleFr'] }} @endif @endforeach @endif @else {{ __('Interventions curatives') }} @if (app('request')->input('staGro_id')!='') @foreach (Session::get('groupes_statuts_curative') as $groupe) @if($groupe['staGro_id']==app('request')->input('staGro_id')) / {{ $groupe['staGro_libelleFr'] }} @endif @endforeach @endif @endif @endsection @section('contenu')
| {{ __('Client / Site') }} | # | @if ( app('request')->input('intType')=='P'){{ __('Planification souhaitée') }} | @else{{ __('Création') }} | @endif{{ __('Travaux') }} | {{ __('Planif.') }} | {{ __('Réalisation') }} | {{ __('Titre') }} | {{ __('Etat') }} | {{ __('Ref. client') }} | {{ __('Assignation') }} | @if(env('CODE_SITE') == 'EUROPFACILITIES'){{ __('Taux') }} | @else{{ __('Montant') }} | @endif{{ __('Actions') }} |
|---|