@lang('User Withdraw Information')
@if($details != null)
@foreach(\GuzzleHttp\json_decode($details) as $k => $val)
@if($val->type == 'file')
{{__(inputTitle($k))}}
@else
{{__(inputTitle($k))}}
{{$val->field_name}}
@endif
@endforeach
@endif
@if($withdrawal->status == 2)
@endif