@extends('layouts.app') @section('title', 'Credits & Packages') @section('content')
Purchase credits to unlock premium features like video calls
{{ auth()->user()->credits }} Credits
Total Purchased
{{ $statistics['total_purchased'] }} Credits
Total Spent: {{ $statistics['total_spent'] }} Credits
Video Calls
2 credits per minute
Audio Calls
1 credit per minute
Super Like
3 credits each
You have {{ $statistics['total_transactions'] }} total transactions.
@if($statistics['last_purchase']) Last purchase: {{ $statistics['last_purchase']->format('M j, Y') }} @else No purchases yet @endif
No transactions yet. Purchase your first credit package above!
@endif