@extends('backend.layout.master') @include('backend.kg-payments.css') @section('content')
| SR.No | Name | Amount | Subscription Start Date | Subscription End Date | Payment Date |
|---|---|---|---|---|---|
| {{ $kp+1 }} | {{$kgPayment->user->name}} | {{ '$'.$kgPayment->amount }} | {{ date("m/d/Y",strtotime($kgPayment->user->subscription_start)) }} | {{ date("m/d/Y",strtotime($kgPayment->user->subscription_expiry)) }} | {{date("m/d/Y h:i A",strtotime($kgPayment->created_at)) }} |
| SR.No | Name | Amount | Subscription Start Date | Subscription End Date | Payment Date |