@extends('layouts.squelette') @section('css_header') @endsection @section('titre') {{ __("Liste prestataires") }} @endsection @section('titre_header') {{ __("Prestataire") }} @endsection @section('titre_page') {{ __("Liste") }} @endsection @section('panel_boutons') {{ __("Ajouter") }} getName() }}> {{ __("Imprimer") }} getName() }}> {{ __("Exporter") }} {{ __("Export compta") }} {{-- @if(Session()->get('use_roleAdd')=='1') @if ( app('request')->input('intType')=='C') {{ __("Ajouter") }} @endif @endif
@csrf
{{--
--}} @component('components.select.select_activity',['activities' => '','value' => '','search' => 'true','emptyValue' => 'true']) @endcomponent
@component('components.dates.select_simple',['label' => 'Date de création du ','value' => '','name' => 'createdDate']) @endcomponent
@component('components.dates.select_simple',['label' => 'au ','value' => '','name' => 'createdDate2']) @endcomponent
{{ __("Raison sociale") }} {{ __("Localisation") }} {{ __("Email") }} {{ __("Tel") }} {{ __("Mobile") }} {{ __("Crée le") }} {{ __("Satisfaction") }} {{ __("Ratio CA") }} {{ __("Actif") }} {{ __("Docs ok") }} {{ __("Actions") }}
@endsection @section('js_footer') @endsection @section('modale') @include('modales.delete_standard') @endsection