@extends('layouts.squelette') @section('css_header') {{-- --}} @endsection @section('js_header') @endsection @section('titre') {{ __('Planification des interventions') }} @endsection @section('titre_page') {{ __('Planification des interventions') }} @endsection @section('contenu')
{!! $tableaudetail !!}
{{ __('Curative') }}
{{ __('Préventive') }}
{{ __('Réglementaire') }}
{{ __('Planifiée') }}
{{ __('Démarrée') }}
{{ __('Terminée') }}
{{ __('Suspendue') }}
@endsection @section('js_footer') @endsection @section('modale') @endsection