@extends('layouts.squelette') @section('css_header') @endsection @section('titre') {{ __('Facturation des interventions aux enseignes') }} @endsection @section('titre_page') {{ __('Facturation des interventions aux enseignes') }} @endsection @section('contenu')
@if ( app('request')->input('intType')=='C') {{ __('Ajouter') }} @endif getName() }}> {{ __('Exporter') }}
{{ __('Seules les demandes dans les statuts Clôturé service maintenance, A régler et Réglée non encore facturées apparaissent par défaut') }}
@csrf
@component('components.select.select_status',['status' => $status,'value' => '' ,'search' => 'true','emptyValue' => 'true','multiple' => 'true']) @endcomponent
@component('components.select.select_sig_site',['signs' => '', 'customers' => '', 'signs' => '', 'sites' => '', 'sig_value' => '', 'sit_value' => '', 'required' => array(false,false), 'search' => array(true,true), 'multiples' => array(false,true), 'emptyValues' => array(false,false), 'initialiser' => true, 'options_all' => true, ]) @endcomponent
@component('components.select.select_activity',['activities' => $activities,'value' => '','search' => 'true','emptyValue' => 'false']) @endcomponent
@component('components.dates.select_simple',['label' => 'Date création du','value' => '','name' => 'createdDate']) @endcomponent
@component('components.dates.select_simple',['label' => 'au','value' => '','name' => 'createdDate2']) @endcomponent
@component('components.dates.select_simple',['label' => 'Date planifiée du','value' => '','name' => 'planningDate']) @endcomponent
@component('components.dates.select_simple',['label' => 'au','value' => '','name' => 'planningDate2']) @endcomponent
@if (request()->get('intType') == "P")
@endif
@if ( app('request')->input('intType')=='P') @else @endif {{-- --}}
{{ __('Enseigne / site') }} # DI{{ __('Planification souhaitée') }}{{ __('Création') }}{{ __('Planif.') }} {{ __('Activité') }} {{ __('Statut') }} {{ __('Facturé') }} {{ __('Date facture') }} {{ __('Montant') }} {{ __('Commentaire/réference') }} {{ __('Présence facture prestataire') }} {{ __('Bon intervention') }} {{ __('Actions') }}
@endsection @section('js_footer') @endsection @section('modale') @endsection