@extends('layouts.admin') @section('title', 'User Details') @section('page-title', 'User Details') @section('content')
{{ $user->email }}
Role
{{ ucfirst($user->role) }}
Status
| Service | Amount | Status | Date |
|---|---|---|---|
| {{ $tx->service_name }} | ₦{{ number_format($tx->total_amount, 2) }} | {{ ucfirst($tx->status) }} | {{ $tx->created_at->format('M d, Y') }} |
| No transactions. | |||