@extends('layouts.admin') @section('title', 'User Details: ' . $user->name) @section('content')
{{ $user->address ?? 'N/A' }}
Date | Type | Amount | Status |
---|---|---|---|
{{ $txn->created_at?->format('M d, Y h:i A') ?? 'N/A' }} | {{ ucfirst($txn->type ?? 'N/A') }} | ₹ {{ number_format($txn->amount ?? 0, 2) }} | {{ ucfirst($txn->status ?? 'N/A') }} |
No transactions found. |
{{ $user->license?->key ?? 'N/A' }}