{{ __('Nombre de lignes') }} : {{ $rowCount }}
| {{ __('Date') }} | {{ __('Appelant') }} | {{ __('Destination') }} | {{ __('Statut') }} | {{ __('Sonnerie') }} | {{ __('Conversation') }} | {{ __('Totaux') }} | {{ __('Côut') }} | {{ __('Raison') }} | {{ __('Play') }} |
|---|---|---|---|---|---|---|---|---|---|
| {{ $row['CalIncOut_date'] }} | {{ $row['CalIncOut_caller'] }} | {{ $row['CalIncOut_receiver'] }} | {{ $row['CalIncOut_statut'] }} | {{ $row['CalIncOut_sonnerie'] }} | {{ $row['CalIncOut_conversation'] }} | {{ $row['CalIncOut_totals'] }} | {{ $row['CalIncOut_cost'] }} | {{ $row['CalIncOut_reason'] }} | {{ $row['CalIncOut_play'] }} |