@extends('main') @section('content')
Withdraws
@csrf
@foreach ($withdraws as $user) @csrf @endforeach
ID Details UPI Amount Status Action

{{ $user->id }}

user1
{{ $user->user->name }}

@if($user->user->email) {{$user->user->email}} @else {{$user->user->number}} @endif

{{ $user->upi_id }}

{{ App\Models\Setting::getValue('currency') }} {{ $user->amount }}

@if(empty($search))
{{ $withdraws->links() }}
@endif
@endsection