@lang('User Withdraw Information')
@if($details != null)
@foreach(json_decode($details) as $val)
{{__($val->name)}}
@if($val->type == 'checkbox')
{{ implode(',',$val->value) }}
@elseif($val->type == 'file')
@if($val->value)
@lang('Attachment')
@else
@lang('No File')
@endif
@else
{{__($val->value)}}
@endif
@endforeach
@endif
@if($withdrawal->status == 2)
@endif