@extends('layouts.app') @section('content') @php $table = "yes"; @endphp
| Sr. No | API - Service | Total Count | Success Count | % | Pending Count | % | Failed Count | % | Refunded Count | % |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ $srNo++ }} | {{ $row['service'] }} | {{ $row['total'] }} | {{ $row['success'] }} | {{ $row['success_percent'] }}% | {{ $row['pending'] }} | {{ $row['pending_percent'] }}% | {{ $row['failed'] }} | {{ $row['failed_percent'] }}% | {{ $row['refunded'] }} | {{ $row['refunded_percent'] }}% |