| {{__('admin.Agent')}} |
{{ $order->user ? $order->user->name : '' }} |
| {{__('admin.Email')}} |
{{ $order->user->email }} |
| {{__('admin.Package')}} |
{{ $order->package->package_name }} |
| {{__('admin.Amount')}} |
{{ $currency }}{{ $order->amount_real_currency }} |
| {{__('admin.Payment method')}} |
{{ $order->payment_method }} |
| {{__('admin.Transaction')}} |
{!! clean(nl2br(e($order->transaction_id))) !!} |
| {{__('admin.Purchase Date')}} |
{{ $order->purchase_date }} |
| {{__('admin.Expired Date')}} |
@if ($order->expired_date==null)
{{__('admin.Unlimited')}}
@else
{{ $order->expired_date }}
@endif
|
| {{__('admin.Status')}} |
@if ($order->status==1)
{{__('admin.success')}}
@else
{{__('admin.Pending')}}
@endif
|
@if ($order->renew_payment_status == 0)
@endif