@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') }}: {{ now()->parse($payment->created_at) }}

@if ($payment->amount_refunded) @endif @include('plugins/payment::partials.view-payment-source') @endif