@extends('layouts.user') @push('css') @endpush @section('title')
| {{__('WithDraw Method')}} | : | {{ $data->method }} |
|---|---|---|
| {{__('User Name')}} | : | {{ $data->user->name }} |
| {{__('Amount')}} | : | {{ convertedPrice($data->amount,$data->currency_id) }} |
| {{__('Fees')}} | : | {{ convertedPrice($data->fee,$data->currency_id) }} |
| {{__('Details')}} | : | {{ $data->details }} |
| {{__('Status')}} | : | @if ($data->status == 'completed') {{__('Completed')}} @elseif($data->status == 'pending') {{__('Pending')}} @else {{__('Rejected')}} @endif |