@extends('layouts.admin') @section('title', $pageTitle) @section('content') @include('include.admin.toast')
| {{ __('SR No') }} | {{ __('Username') }} | {{ __('Plan') }} | {{ __('Coupon') }} | {{ __('Amount') }} | {{ __('Currency') }} | {{ __('Type') }} | {{ __('Gateway') }} | {{ __('Transaction ID') }} | {{ __('Status') }} | {{ __('Transaction Date') }} |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ $payments->firstItem() + $loop->index }} | {{ $payment->user ? $payment->user->username : "-" }} | {{ $payment->plan->name }} | {{ $payment->coupon ? $payment->coupon->name : '-' }} | {{ $payment->amount }} | {{ $payment->currency }} | {{ $payment->interval }} | {{ $payment->gateway }} | {{ $payment->payment_id }} | {{ $payment->status }} | {{ $payment->created_at }} |
| {{ __('No Records Found') }} |