@extends('layouts.mobile-user') @section('content')

@foreach($withdraw as $p)
@if($p->status == 0) Pending @elseif($p->status == 1) Completed @else Refunded @endif {{ date('d-m-Y h:s A',strtotime($p->created_at)) }}
#{{ $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

@endforeach
{{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @php $i = 0;@endphp--}} {{-- @foreach($withdraw as $p)--}} {{-- @php $i++;@endphp--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @endforeach--}} {{-- --}} {{--
Sl NoDateWithdraw NumberAmountMethodSuccess DateStatusAction
{{ $i }}{{ \Carbon\Carbon::parse($p->created_at)->format('d m Y h:i: A') }}{{ $p->withdraw_number }}{{ $basic->symbol }} {{ $p->amount }}{{ $p->wallets->wallets->name }}--}} {{-- --}} {{-- @if($p->made_date == null)--}} {{-- Not Seen Yet.--}} {{-- @else--}} {{-- {{ \Carbon\Carbon::parse($p->made_date)->format('d F Y h:i:s A') }}--}} {{-- @endif--}} {{-- --}} {{-- @if($p->status == 0)--}} {{-- Pending--}} {{-- @elseif($p->status == 1)--}} {{-- Completed--}} {{-- @else--}} {{-- --}} {{-- @endif--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} @endsection @section('scripts') @endsection