@if ($payment)
{{ trans('plugins/payment::payment.payment_id') }}: {{ $payment->id }}
{{ trans('plugins/payment::payment.amount') }}: {{ $payment->amount / 100 }} {{ $payment->currency }}
{{ trans('plugins/payment::payment.email') }}: {{ $payment->email }}
{{ trans('plugins/payment::payment.phone') }}: {{ $payment->contact }}
{{ trans('core/base::tables.created_at') }}: {{ BaseHelper::formatDate($payment->created_at) }}