@extends('layouts.load') @section('content')
{{ __("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}} |