@extends($activeTemplate . 'layouts.master') @section('content')
| @lang('Merchant') | @lang('Transaction ID') | @lang('Date') | @lang('Amount') | @lang('Action') |
|---|---|---|---|---|
{{ __(@$makePayment->merchant->fullname) }}{{ __(@$makePayment->merchant->mobile) }} |
{{ __($makePayment->trx) }} |
{{ showDateTime($makePayment->created_at) }}
{{ diffForHumans($makePayment->created_at) }} |
{{ showAmount($makePayment->amount) }} | @lang('Details') |