@extends('layouts.admin') @section('css') @endsection @section('admin')
Review and approve user-to-user coin transfers.
| Date | Sender Details | Amount | Receiver Details | Actions |
|---|---|---|---|---|
|
{{ $transfer->created_at->format('d M, Y') }} {{ $transfer->created_at->format('h:i A') }} |
{{ $transfer->sender->name }}
#{{ $transfer->sender->user_id }}Bal: {{ number_format($transfer->sender->seller_coin) }} |
{{ number_format($transfer->coin_amount) }}
Coins
|
{{ $transfer->receiver->name }}
#{{ $transfer->receiver->user_id }}
|
|
|
No pending transfers to approve. |
||||