@extends('layouts.squelette') @section('css_header') @endsection @section('titre_header') {{ __('Rapports SCADA') }} @endsection @section('titre_page') {{ __('Envois clients') }} @endsection @section('contenu')
{{-- --}} @if ( app('request')->input('intType')=='C') {{ __('Ajouter') }} @endif
@csrf
@component('components.select.select_sign',['signs' => '','value' => '','search' => 'true','emptyValue' => 'true']) @endcomponent
{{ __('Client') }} {{ __('Parc') }} {{ __('Période') }} {{ __('Date document') }} {{ __('Document') }} {{ __('Envoyé') }} {{ __('Date envoi') }} {{ __('Actions') }}
@endsection @section('js_footer') @endsection @section('modale') @endsection