@extends('layouts.app') @section('content')
إجمالي الفواتير
{{ $stats['total'] }}
المرسلة بنجاح
{{ $stats['successful'] }}
الفاشلة
{{ $stats['failed'] }}
قيد الانتظار
{{ $stats['pending'] }}
{{ ucfirst($status) }}
{{ $count }}
| رمز الخطأ | عدد الحالات | النسبة |
|---|---|---|
| {{ $error['error_code'] ?? 'Unknown' }} | {{ $error['count'] }} | @php $percentage = $stats['failed'] > 0 ? round(($error['count'] / $stats['failed']) * 100, 1) : 0; @endphp {{ $percentage }}% |