@extends('layouts.squelette') @section('css_header') @endsection @section('titre') {{ __('Gestion des statuts') }} @endsection @section('titre_header') {{ __('Paramétrage') }} @endsection @section('titre_page') {{ __('Gestion des statuts') }} @endsection @section('panel_boutons') @endsection @section('contenu')
{{-- ********************* ONGLET INTERVENTIONS *********************************************** --}}
{{ __('Ajouter un statut') }}

{{ __('Nouvelles demandes') }}

@foreach ($status1 as $statut) @endForeach
{{ __('Libelle') }} {{ __('Ordre') }} {{ __('Actif') }} {{ __('Curative') }} {{ __('Contrats') }} {{ __('Statistiques') }} {{ __('Email sites') }} {{ __('Libelle Prestataire') }} {{ __('Libelle Site') }} {{ __('DI affectées') }} {{ __('Actions') }}
{{ $statut->sta_nameFr }} {{ $statut->sta_order }} {!! $statut->sta_active =='1' ? ''.trans('Oui').'' : ''.trans('Non').'' !!} {!! $statut->sta_curative =='1' ? ''.trans('Oui').'' : ''.trans('Non').'' !!} {!! $statut->sta_preventive =='1' ? ''.trans('Oui').'' : ''.trans('Non').'' !!} {!! $statut->sta_stats =='0' ? ''.trans('Oui').'' : ''.trans('Non').'' !!} {!! $statut->sta_sendMailSite =='1' ? ''.trans('Oui').'' : ''.trans('Non').'' !!} {{ $statut->sta_proNameFr }} {{ $statut->sta_sitNameFr }} {{ $statut->nb_di }} @if( $statut->nb_di==0) @endif

{{ __('Interventions en cours') }}

@foreach ($status2 as $statut) @endForeach
{{ __('Libelle') }} {{ __('Ordre') }} {{ __('Actif') }} {{ __('Curative') }} {{ __('Contrats') }} {{ __('Statistiques') }} {{ __('Email sites') }} {{ __('Libelle Prestataire') }} {{ __('Libelle Site') }} {{ __('DI affectées') }} {{ __('Actions') }}
{{ $statut->sta_nameFr }} {{ $statut->sta_order }} {!! $statut->sta_active =='1' ? ''.trans('Oui').'' : ''.trans('Non').'' !!} {!! $statut->sta_curative =='1' ? ''.trans('Oui').'' : ''.trans('Non').'' !!} {!! $statut->sta_preventive =='1' ? ''.trans('Oui').'' : ''.trans('Non').'' !!} {!! $statut->sta_stats =='0' ? ''.trans('Oui').'' : ''.trans('Non').'' !!} {!! $statut->sta_sendMailSite =='1' ? ''.trans('Oui').'' : ''.trans('Non').'' !!} {{ $statut->sta_proNameFr }} {{ $statut->sta_sitNameFr }} {{ $statut->nb_di }} @if( $statut->nb_di==0) @endif

{{ __('Interventions réalisées') }}

@foreach ($status3 as $statut) @endForeach
{{ __('Libelle') }} {{ __('Ordre') }} {{ __('Actif') }} {{ __('Curative') }} {{ __('Contrats') }} {{ __('Statistiques') }} {{ __('Email sites') }} {{ __('Libelle Prestataire') }} {{ __('Libelle Site') }} {{ __('DI affectées') }} {{ __('Actions') }}
{{ $statut->sta_nameFr }} {{ $statut->sta_order }} {!! $statut->sta_active =='1' ? ''.trans('Oui').'' : ''.trans('Non').'' !!} {!! $statut->sta_curative =='1' ? ''.trans('Oui').'' : ''.trans('Non').'' !!} {!! $statut->sta_preventive =='1' ? ''.trans('Oui').'' : ''.trans('Non').'' !!} {!! $statut->sta_stats =='0' ? ''.trans('Oui').'' : ''.trans('Non').'' !!} {!! $statut->sta_sendMailSite =='1' ? ''.trans('Oui').'' : ''.trans('Non').'' !!} {{ $statut->sta_proNameFr }} {{ $statut->sta_sitNameFr }} {{ $statut->nb_di }} @if( $statut->nb_di==0) @endif
{{ __('Ajouter un statut') }}

{{ __('Demande de devis') }}

@foreach ($status_pq as $statut) @endForeach
{{ __('Libelle') }} {{ __('Ordre') }} {{ __('Actif') }} {{ __('Libelle Prestataire') }} {{ __('Libelle Site') }} {{ __('Demandes affectées') }} {{ __('Actions') }}
{{ $statut->sta_nameFr }} {{ $statut->sta_order }} {!! $statut->sta_active =='1' ? ''.trans('Oui').'' : ''.trans('Non').'' !!} {{ $statut->sta_proNameFr }} {{ $statut->sta_sitNameFr }} {{ $statut->nb_di }} @if( $statut->nb_di==0) @endif

{{ __('Commandes') }}

@foreach ($status_pr as $statut) @endForeach
{{ __('Libelle') }} {{ __('Ordre') }} {{ __('Actif') }} {{ __('Libelle Prestataire') }} {{ __('Libelle Site') }} {{ __('Commandes affectées') }} {{ __('Actions') }}
{{ $statut->sta_nameFr }} {{ $statut->sta_order }} {!! $statut->sta_active =='1' ? ''.trans('Oui').'' : ''.trans('Non').'' !!} {{ $statut->sta_proNameFr }} {{ $statut->sta_sitNameFr }} {{ $statut->nb_di }} @if( $statut->nb_di==0) @endif

{{ __('Factures') }}

@foreach ($status_pi as $statut) @endForeach
{{ __('Libelle') }} {{ __('Ordre') }} {{ __('Actif') }} {{ __('Libelle Prestataire') }} {{ __('Libelle Site') }} {{ __('Factures affectées') }} {{ __('Actions') }}
{{ $statut->sta_nameFr }} {{ $statut->sta_order }} {!! $statut->sta_active =='1' ? ''.trans('Oui').'' : ''.trans('Non').'' !!} {{ $statut->sta_proNameFr }} {{ $statut->sta_sitNameFr }} {{ $statut->nb_di }} @if( $statut->nb_di==0) @endif
@endsection @section('js_footer') @endsection @section('modale') @include('modales.delete_standard') @endsection