@if ($item->type == 'order')
{{ __('messages.Fees were deducted from trip no') . ' #' . $item->order->order_num }}
@elseif($item->type == 'from_panel')
{{ __('messages.Recharge the balance through the platform management') }}
@else
{{ __('messages.Recharge the balance via a bank card') }}
@endif