/home/techb158/immovalet.com/platform/plugins/paystack/resources/views
NameSizeModeActions
detail.blade.php7110644editdlrm
methods.blade.php10850644editdlrm
settings.blade.php80740644editdlrm
Edit: /home/techb158/immovalet.com/platform/plugins/paystack/resources/views/detail.blade.php (711B)
@if ($payment)

{{ 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