@extends('layouts.main') @section('title') {{ __('credits.title') }} @endsection @section('page_title') {{ __('credits.dashboard') }} @endsection @php $breadcrumbs = [ ['url' => route('dashboard'), 'label' => __('credit_packages.dashboard')], ['url' => '', 'label' => __('credits.title')], ]; @endphp @section('content')
{{ __('credits.dashboard_description') }}
{{ __('credits.total_users') }}
{{ __('credits.credits_sold') }}
{{ __('credits.total_revenue') }}
{{ __('credits.active_packages') }}
{{ __('credits.manage_users_description') }}
{{ __('credits.view_purchases_description') }}
{{ __('credits.manage_packages_description') }}
| {{ __('credits.purchase_details') }} | {{ __('credits.user') }} | {{ __('credits.credits') }} | {{ __('credits.amount') }} | {{ __('credits.date') }} | {{ __('credits.status') }} |
|---|---|---|---|---|---|
{{ $purchase->package->title ?? 'N/A' }}{{ __('credits.id') }}: #{{ $purchase->id }} |
|
|
|
{{ $purchase->purchased_at->format('d M Y, h:i A') }}
|
{{ ucfirst($purchase->status) }} |
{{ __('credits.no_purchases_yet') }} |
|||||