@extends('layouts.engine') @section('content')

Send Crypto

List of user attempting to send Crypto

@foreach($withdrawal as $wt) @endforeach
# Name Wallet Address Amount Status Date Created
{{ $loop->iteration }}
{{ $wt->wallet }} {{ $wt->address }} {{ $wt->amount }} Pending {{ $wt->created_at }}
@endsection @section('scripts') @endsection