@extends('layouts.agent') @section('page-title', 'Agents') @push('styles') @endpush @section('content') @auth() @if ($currentAgent)

{{ $currentAgent->todayStats->approvedCalls ?? 0 }}

Appels Approuvés

{{ $currentAgent->todayStats->unapprovedCalls ?? 0 }}

Appels Rejetés

{{ $currentAgent->todayStats->callsday ?? 0 }}

Traitements du Jour

{{ $currentAgent->globalStats->callsAll ?? 0 }}

Total Global

@if ($msisdnToTreat)
Enregistrer un traitelebt
{{-- Numéro : si statut = to_correct on met le msisdn sinon vide --}}
@else @endif @else @endif @endauth @endsection @push('scripts') @endpush