@extends('layouts.squelette') @section('css_header') @endsection @section('titre') {{ __("Documents et garanties prestataires") }} @endsection @section('titre_page') {{ __("Documents et garanties prestataires") }} @endsection @section('panel_boutons') @endsection @section('contenu')
@csrf
@component('components.select.select_provider',['providers' => '','value' => '','search' => 'true','emptyValue' => 'false']) @endcomponent
{{ __('derniers jours') }}
{{--
@component('components.select.select_activity',['activities' => '','value' => '','search' => 'true','emptyValue' => 'true']) @endcomponent
--}}
{{--
@component('components.dates.select_simple',['label' => 'Date de création prestataire du ','value' => '','name' => 'createdDate']) @endcomponent
@component('components.dates.select_simple',['label' => 'au','value' => '','name' => 'createdDate2']) @endcomponent
@component('components.dates.select_simple',['label' => 'Date de dernière intervention ','value' => '','name' => 'intCreatedDate']) @endcomponent
@component('components.dates.select_simple',['label' => 'au','value' => '','name' => 'intCreatedDate2']) @endcomponent
--}}
{{-- --}}
{{ __("Raison sociale") }} {{ __("Localisation") }} {{ __("Email") }} {{ __("Mobile") }} {{ __("Actif") }} {{ __("Crée le") }} {{ __("Docs à jour") }} {{ __("Détail") }}{{ __("Attestation") }} {{ __("Actions") }}
@endsection @section('js_footer') @endsection @section('modale') @endsection