@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')
![]() ![]() |
{{ date_format($data->created_at, 'd M Y') }} {{ date_format($data->created_at, 'H:i A') }} |