# | {{__('User Name')}} | {{__('Payment Method')}} | {{__('Paid Amount')}} | {{__('Subscription From')}} | {{__('Subscription To')}} | {{__('Date')}} |
---|---|---|---|---|---|---|
{{$key+1}} | {{$report->user_name}} | {{$report->method}} | {{$report->price}} | {{$report->subscription_from}} | {{$report->subscription_to}} | {{$report->created_at}} |