#{{ $p->withdraw_number }}
{{ $p->wallets->wallets->name }}
{{ $basic->currency }}{{ $p->amount }}
@if($p->made_date == null)
Not Seen Yet.
@else
{{ \Carbon\Carbon::parse($p->made_date)->format('d F Y h:i:s A') }}
@endif
--}}
{{--