@extends('layouts.squelette') @section('css_header') @endsection @section('titre_page') {{ __("Liste des Appels Entrant / Sortant") }} @endsection @section('titre') {{ __("Liste des Appels Entrant / Sortant") }} @endsection @section('panel_boutons') @include('layouts.partials.panelboutons', [ 'btn_imprim'=> false, 'btn_export'=> false]) @endsection @section('contenu')
{{ __('Importer') }} {{ __('Exporter') }}
@csrf
@component('components.dates.select_simple',['label' => 'Date appel du','value' => '','name' => 'CalIncOut_date']) @endcomponent
@component('components.dates.select_simple',['label' => 'au','value' => '','name' => 'CalIncOut_date2']) @endcomponent
{{ __('Date') }} {{ __('Appelant') }} {{ __('Destination') }} {{ __('Statut') }} {{__('Sonnerie')}} {{ __('Conversation') }} {{ __('Totaux') }} {{ __('Côut') }} {{ __('Raison') }} {{ __('Play') }}
@endsection @section('js_footer') @endsection