@extends('admin.layout') @section('content')
View user information and voucher claim history
{{ $user->first_name }} {{ $user->last_name }}
{{ $user->email }}
{{ $user->phone ?? 'Not provided' }}
Not specified
@endif#{{ $user->id }}
{{ $user->created_at->format('M d, Y') }}
@if($user->last_logged_in_at) {{ \Carbon\Carbon::parse($user->last_logged_in_at)->format('M d, Y H:i') }} @else Never @endif
Total Vouchers Claimed
Uber Vouchers
Lyft Vouchers
| Voucher Code | Type | Claimed At | Time Ago |
|---|---|---|---|
|
|
{{ ucfirst($voucher->type) }} | {{ $voucher->claimed_at->format('M d, Y') }} at {{ $voucher->claimed_at->format('H:i') }} | {{ $voucher->claimed_at->diffForHumans() }} |
No vouchers claimed yet
This user hasn't claimed any vouchers