| Name | Size | Mode | Actions |
|---|---|---|---|
| detail.blade.php | 711 | 0644 | editdlrm |
| methods.blade.php | 1085 | 0644 | editdlrm |
| settings.blade.php | 8074 | 0644 | editdlrm |
/home/techb158/immovalet.com/platform/plugins/paystack/resources/views/detail.blade.php (711B)
{{ trans('plugins/payment::payment.payment_id') }}: {{ Arr::get($payment, 'id') }}
{{ trans('plugins/payment::payment.amount') }}: {{ Arr::get($payment, 'amount') / 100 . ' ' . Arr::get($payment, 'currency') }}
{{ trans('plugins/payment::payment.email') }}: {{ Arr::get($payment, 'customer.email') }}
{{ trans('core/base::tables.created_at') }}: {{ now()->parse(Arr::get($payment, 'created_at')) }}
@include('plugins/payment::partials.view-payment-source') @endif