@extends('layouts.squelette') @section('css_header') @endsection @section('titre') {{ __('Gestion des échéances') }} @endsection @section('titre_header') {{ __('Gestion des échéances') }} @endsection @section('titre_page') {{ __('Liste des écheances') }} @endsection @section('panel_boutons') @include('layouts.partials.panelboutons', ['btn_ajout' => 'route', 'btn_imprim'=> false, 'btn_export'=> false]) @endsection @section('contenu')
{{ __('Ces écheances sont basées sur la frequence de paiement ainsi que le type de paiement') }}
{{--
--}}
@csrf
@component('components.select.select_sig_sec_site',['signs' => '', 'customers' => '', 'signs' => '', 'secteurs' => '', 'sites' => '', 'sig_value' =>'', 'sec_value' => '', 'sit_value' => '', 'required' => array(false,false,false), 'search' => array(true,true,true), 'multiples' => array(false,false,false), 'emptyValues' => array(false,false,false), 'initialiser' => true, 'options_all' => true, 'mode_creation_di' => false, ]) @endcomponent
@component('components.dates.select_simple',['label' => 'Date d\'écheance du','value' => '','name' => 'ownCon_date1']) @endcomponent
@component('components.dates.select_simple',['label' => 'au','value' => '','name' => 'ownCon_date2']) @endcomponent
{!! __('Lieu') !!} {{ __('Type contrat') }} {{ __('Position') }} {{ __('Partie 1') }} {{ __('Partie 2') }} {{ __('Date') }} {{ __('Libellé') }} {{ __('Montants') }} {{ __('Action') }}
@endsection @section('js_footer') @endsection @section('modale') @include('modales.delete_standard') @endsection