@extends('layouts.app') @section('page-header')
{{ __('Total New Users') }} ({{ __('Current Month') }})
{{ __('Total New Subscribers') }} ({{ __('Current Month') }})
{{ __('Total Income') }} ({{ __('Current Month') }})
{{ __('Total Estimated Spending') }} ({{ __('Current Month') }})
{{ __('Total Words Generated') }} ({{ __('Current Month') }})
{{ __('Total Images Generated') }} ({{ __('Current Month') }})
{{ __('Total Documents Created') }} ({{ __('Current Month') }})
{{ __('Total Transactions') }} ({{ __('Current Month') }})
{{ __('User') }} | {{ __('Group') }} | {{ __('Status') }} | {{ __('Registered On') }} |
---|---|---|---|
@if ($data->profile_photo_path)
|
{{ ucfirst($data->group) }} | {{ ucfirst($data->status) }} | {{ date_format($data->created_at, 'd M Y') }} {{ date_format($data->created_at, 'H:i A') }} |
{{ __('Paid By') }} | {{ __('Status') }} | {{ __('Total') }} | {{ __('Gateway') }} | {{ __('Paid On') }} |
---|---|---|---|---|
@if ($data->profile_photo_path)
|
{{ ucfirst($data->status) }} | {!! config('payment.default_system_currency_symbol') !!}{{ $data->price }} | @if ($data->gateway == 'PayPal') @elseif ($data->gateway == 'Stripe') @elseif ($data->gateway == 'Razorpay') @elseif ($data->gateway == 'Paystack') @elseif ($data->gateway == 'BankTransfer') @elseif ($data->gateway == 'Coinbase') @elseif ($data->gateway == 'Mollie') @elseif ($data->gateway == 'Braintree') @elseif ($data->gateway == 'Midtrans') @elseif ($data->gateway == 'Flutterwave') @elseif ($data->gateway == 'Paddle') @elseif ($data->gateway == 'Yookassa') @elseif ($data->gateway == 'Iyzico') @elseif ($data->gateway == 'TwoCheckout') @else {{__('Free')}} @endif | {{ date_format($data->created_at, 'd M Y') }} {{ date_format($data->created_at, 'H:i A') }} |