@extends('layouts.squelette') @section('css_header') @endsection @section('titre') @if (app('request')->input('intType') == 'C') {{ __('Maintenance curative') }} @else {{ __('Maintenance préventive') }} @endif @endsection @section('titre_header') @if (app('request')->input('intType') == 'C') {{ __('Maintenance curative') }} @else {{ __('Maintenance préventive') }} @endif @endsection @section('titre_page') @if ( app('request')->input('intType')=='P') {{ __('Interventions sur contrats') }} @else {{ __('Gestion des interventions') }} @endif @endsection @section('contenu')
| {{ __('Enseigne') }} | @endif --}}{{ __('Site') }} | # | @if ( app('request')->input('intType')=='P'){{ __('Planification souhaitée') }} | @else{{ __('Création') }} | @endif{{ __('Travaux') }} | {{ __('Planif.') }} | {{ __('Réalisation') }} | @if (Session::get('gen_simplified_application') == 'normale'){{ __('E ht') }} | {{ __('D ht') }} | {{ __('F ht') }} | @endif{{ __('Titre') }} | {{ __('Etat') }} | {{ __('Assignation') }} | {{----}} | {{ __('Actions') }} |
|---|