@extends('admin.includes.master-admin') @section('content')

Withdraw Details

@if($withdraw->method != "Bank") @else @endif @if($withdraw->status == "pending") @endif
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}}
{{$withdraw->method}} Email: {{$withdraw->acc_email}}
{{$withdraw->method}} Account: {{$withdraw->iban}}
Account Name: {{$withdraw->acc_name}}
Country: {{ucfirst(strtolower($withdraw->country))}}
Address: {{$withdraw->address}}
{{$withdraw->method}} Swift Code: {{$withdraw->swift}}
Accept Reject
@stop @section('footer') @stop