@if(strpos(app('request')->input('categ'),'intervention') !== false)
{{--
--}}
@endif
@if(strpos(app('request')->input('categ'),'provider') !== false)
@foreach ($categs_prov as $clef => $valeur)
{{ $valeur }}
@endForeach
@endif
@if(strpos(app('request')->input('categ'),'customer') !== false)
@foreach ($categs_custo as $clef => $valeur)
{{ $valeur }}
@endForeach
@endif
| {{ __("#id") }} |
{{ __("Actif") }} |
{{ __("Ordre") }} |
{!! app('request')->input('categ')=='intervention' ? 'Curative |
Préventive | ' : '' !!}
{{ __("Libelle") }} |
{{ __("Libelle Prestataire") }} |
{{ __("Libelle Client") }} |
{{ __("Actions") }} |
@foreach ($status as $statut)
|
{{ $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
|
@endif
{{ $statut->sta_nameFr }} |
{{ $statut->sta_proNameFr }} |
{{ $statut->sta_cliNameFr }} |
|
@endForeach
@endsection
@section('js_footer')
@endsection
@section('modale')
@include('modales.delete_standard')
@endsection