{{ __('message.withdrawal List') }}
{{ __('message.no') }}. | {{ __('message.withdraw') }} {{ __('message.number') }} | {{ __('message.name') }} | {{ __('message.username') }} | {{ __('message.amount') }} | {{--Withdraw Code | --}}{{ __('message.status') }} | {{ __('message.withdrawal date') }} | {{ __('message.operate') }} | |
---|---|---|---|---|---|---|---|---|---|
{{ $index + 1 }} | {{ $transaction->transaction_id }} | {{--@if ($transaction->transaction_type == 'debt' || $transaction->transaction_type == 'withraw') {{$transaction->transaction_type }} @else {{$transaction->transaction_type }} @endif | --}}{{ $member->actual_name ?? '' }} | {{ $member->user->phone ?? '' }} | @if ($transaction->transaction_type == 'debt' || $transaction->transaction_type == 'withraw') {{ $settings_->where('key', 'currency')->first()->value ?? '' }} {{ $transaction->amount }} @else {{ $settings_->where('key', 'currency')->first()->value ?? '' }} {{ $transaction->amount }} @endif | {{--{{$transaction->withdraw_code??'' }} | --}}{{ $transaction->created_at->format('d/m/Y h:i') }} | Checking Data status == 'approve') disabled @endif> {{ __('message.confirm withdrawal') }} status == 'reject') disabled @endif> {{ __('message.reject withdrawal') }} |
{{ $transactions->links() }}