| Vendors ID# |
{{$withdraw->id}} |
| Vendor Company |
{{$withdraw->vendorid->shop_name}} |
| Withdraw Amount: |
${{$withdraw->amount}} |
| Withdraw Process Date: |
{{$withdraw->created_at}} |
| Withdraw Status: |
{{ucfirst($withdraw->status)}} |
| Vendors Name: |
{{$withdraw->vendorid->name}} |
| Vendors Email: |
{{$withdraw->vendorid->email}} |
| Vendors Phone: |
{{$withdraw->vendorid->phone}} |
| Withdraw Method: |
{{$withdraw->method}} |
@if($withdraw->method != "Bank")
| {{$withdraw->method}} Email: |
{{$withdraw->acc_email}} |
@else
| {{$withdraw->method}} Account: |
{{$withdraw->iban}} |
| Account Name: |
{{$withdraw->acc_name}} |
| Country: |
{{ucfirst(strtolower($withdraw->country))}} |
| Address: |
{{$withdraw->address}} |
| {{$withdraw->method}} Swift Code: |
{{$withdraw->swift}} |
@endif
@if($withdraw->status == "pending")
| Accept |
Reject |
@endif