@include('flash::message')
@if(isset($kpis))
طلبات معلقة (بانتظار الموافقة)
{{ $kpis['pending_count'] }} طلب
قيمة المطالبات للإرجاع (للمعلقة)
{{ number_format($kpis['pending_amount'], 2) }} د.ل
الطلبات المكتملة والموافق عليها
{{ $kpis['approved_count'] }} طلب
@endif
@include('tbl_cancel_request.filter')
@include('tbl_cancel_request.table')
@endsection