Withdrawal List
No. | Withdraw Number | Name | Username | Amount | {{--Withdraw Code | --}}Status | Withdrawal Date | Operate | |
---|---|---|---|---|---|---|---|---|---|
{{$index+1 }} | {{$transaction->transaction_id }} | {{--@if($transaction->transaction_type=='debt'||$transaction->transaction_type=='withraw') {{$transaction->transaction_type }} @else {{$transaction->transaction_type }} @endif | --}}{{$transaction->member->actual_name??'' }} | {{$transaction->member->user->phone??'' }} | @if($transaction->transaction_type=='debt'||$transaction->transaction_type=='withraw') {{$transaction->amount }} {{$settings_->where('key','currency')->first()->value??''}} @else {{$transaction->amount }} {{$settings_->where('key','currency')->first()->value??''}} @endif | {{--{{$transaction->withdraw_code??'' }} | --}}{{ $transaction->created_at->format('d/m/Y h:i') }} | Checking Data status=='approve') disabled @endif> Confirm Withdrawal status=='reject') disabled @endif> Reject Withdrawal |
{{ $transactions->links() }}