Withdraws Pending Withdraws
@if(Session::has('message'))
×
{{ Session::get('message') }}
@endif
| Company Name | Vendors Email | Phone | Method | Withdraw Date | Actions |
|---|---|---|---|---|---|
| {{$withdraw->vendorid->shop_name}} | {{$withdraw->vendorid->email}} | {{$withdraw->vendorid->phone}} | {{$withdraw->method}} | {{$withdraw->created_at}} | View Details @if($withdraw->status == "pending") Accept Reject @endif |