@extends('layouts.admin.base') @section('top-script') @endsection @section('page-title') Withdrawals @endsection @section('content') {{-- --}}
{{-- --}}
@foreach ($withdrawals as $withdrawal) @endforeach
User Amount Cryptocurrency Address Request Date Status Action
{{ $withdrawal->user->name }}

{{ formatMoney($withdrawal->amount) }}

{{ $withdrawal->user_wallet->cryptocurrency }}

{{ $withdrawal->user_wallet->address }}

{{ formatDateTime($withdrawal->created_at) }}

{{ $withdrawal->status_data()->message }}
@endsection