{{ __('Interventions') }}
{{ __('Prestataires') }}
{{ __('Clients') }}
| {{ __('#id') }} | {{ __('Actif') }} | {{ __('Ordre') }} | {!! app('request')->input('categ')=='intervention' ? 'Curative | Préventive | Email sites | ' : '' !!}{{ __('Libelle') }} | {{ __('Libelle Prestataire') }} | {{ __('Libelle Site') }} | {{ __('Actions') }} |
|---|---|---|---|---|---|---|---|---|---|
| {{ $statut->sta_id }} | @if ($statut->sta_active == 1) @endif | {{ $statut->sta_order }} | @if (app('request')->input('categ')=='intervention')@if ($statut->sta_curative == 1) @endif | @if ($statut->sta_preventive == 1) @endif | @if ($statut->sta_sendMailSite == 1) @endif | @endif{{ $statut->sta_nameFr }} | {{ $statut->sta_proNameFr }} | {{ $statut->sta_sitNameFr }} |