Withdrawal
{{-- Add Transcation --}}
S.No. | Name | Amount | Action | Status | |
---|---|---|---|---|---|
--}} | {{ $loop->iteration }} | {{ App\Models\User::where('id',$r->user_id)->value('name') }} | {{ $r->amount }} | View | @if($r->withdrawal_status == "1") Approved @elseif($r->withdrawal_status == "2") Rejected @else @endif |