@extends('layouts.squelette') @section('css_header') @endsection @section('titre') {{ __('Liste des chantiers et travaux') }} @endsection @section('titre_page') {{ __('Gestion des chantiers et travaux') }} @endsection @section('panel_boutons') @include('layouts.partials.panelboutons', ['btn_ajout' => 'route', 'btn_imprim'=> false, 'btn_export'=> false]) {{ __('Gérer les catégories') }} @endsection @section('contenu')
@if ( app('request')->input('intType')=='C') {{ __('Ajouter') }} @endif
@csrf
@component('components.select.select_sig_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,true), 'emptyValues' => array(false,false,false), 'initialiser' => true, 'options_all' => true, ]) @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
{{-- --}}
{{ __('Date création') }} {{ __('Date clôture') }} {{ __('Réference') }}{{ __('Cloturé') }}{{ __('Enseigne') }} {{ __('Site') }} {{ __('Titre') }} {{ __('Nb DI') }} {{ __('Statut') }} {{ __('Sinistre') }} {{ __('Actions') }}
@endsection @section('js_footer') @endsection @section('modale')
@endsection