@extends('layouts.load') @section('content')
@if($withdraw->method != "Bank") @else @endif
User ID# {{$withdraw->user->id}}
User Name {{$withdraw->user->name}}
Withdraw Amount {{$sign->sign}}{{ round($withdraw->amount * $sign->value , 2) }}
Withdraw Charge {{$sign->sign}}{{ round($withdraw->fee * $sign->value , 2) }}
Withdraw Process Date {{date('d-M-Y',strtotime($withdraw->created_at))}}
Withdraw Status {{ucfirst($withdraw->status)}}
User Email {{$withdraw->user->email}}
User Phone {{$withdraw->user->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}}
@endsection