@extends('layouts.app') @section('content') @php $table = "yes"; @endphp
| Sr. No | Date & Time | API - Service | Total Count | Amount | API Margin | Retailer Margin | DS Margin | MDS Margin | WL Margin | Admin |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ $row['srno'] }} | {{ $row['datetime'] }} | {{ $row['service'] }} | {{ $row['txn_type'] }} | ₹ {{ $row['amount'] }} | ₹ {{ $row['api_margin'] }} | ₹ {{ $row['retailer_margin'] }} | ₹ {{ $row['ds_margin'] }} | ₹ {{ $row['mds_margin'] }} | ₹ {{ $row['wl_margin'] }} | ₹ {{ $row['admin'] }} |