@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') @include('layouts.partials.panelboutons', ['btn_ajout' => 'route', 'btn_imprim'=> true, 'btn_export'=> true]) {{-- @if ( app('request')->input('intType')=='C') {{ __('Ajouter') }} @endif
@csrf
@component('components.select.select_activity',['activities' => '','value' => '','search' => 'true','emptyValue' => 'true']) @endcomponent
{{ __('Raison sociale') }} {{ __('Localisation') }} {{ __('Email') }} {{ __('Mobile') }} {{ __('Actif') }} {{ __('Actions') }}
@endsection @section('js_footer') @endsection @section('modale') @include('modales.delete_standard') @endsection