{!! $revenue_chart->container() !!}
|
#
|
{{__('adminstaticwords.UserName')}} |
{{__('adminstaticwords.PaymentMethod')}} |
{{__('adminstaticwords.PaidAmount')}} |
{{__('adminstaticwords.SubscriptionFrom')}} |
{{__('adminstaticwords.SubscriptionTo')}} |
{{__('adminstaticwords.Date')}} |
@if ($revenue_report != NULL)
@foreach ($revenue_report as $key => $report)
|
{{$key+1}}
|
{{$report->user_name}} |
{{$report->method}} |
{{$report->price}} |
{{$report->subscription_from}} |
{{$report->subscription_to}} |
{{$report->created_at}} |
@endforeach
@endif
{!! $revenue_chart->script() !!}