@extends('layouts.genindex') @section('title') {{ $trx->type->trx_type }} @endsection @section('subtitle') Masa transaksi: {{ $trx->trx_transaction_time != 0 ? $trx->trx_transaction_time : '' }}
Status Transaksi: {{ $trx->transaction_status }}
Keterangan: {{ $trx->eps_transaction_msg}}
@endsection @section('filter-buttons')
@endsection @section('list')
Jenis Aplikasi (Type of application): {{ $trx->trx_description }}
Tujuan Bayaran: Bayaran Balik Pinjaman
@if( !empty($additional_details) )
{{ $additional_details['label'] }}: {{ $additional_details['desc'] }}
@if( $trx->type->category == 'E' )
Nilai Transaksi (RM): {{ $trx->trx_amount }}
@endif
@endif
@if( $trx->type->category == 'E' ) Nilai Direct Debit: RM {{ $trx->max_amount }} @else Nilai: RM {{ $trx->trx_amount }} @endif
Nama Bank: @if( strcmp($trx->payment_method, "FPX") == 0 ) {{ $trx->bank->display_name ?? $trx->bankcode }} @elseif( strcmp($trx->payment_method, "EDC") == 0 ) {{ 'Kaunter EDC MARA' }} @endif
Nama Pembayar: {{ $trx->user_name }}
ID Pembayar: {{ $trx->user_id_no }}
FPX Transaction ID: {{ $trx->fpx_txn_id }}
@if( $trx->type->category == 'E' )
Seller Order No/Mandate No: {{ $trx->seller_order_no }}
@endif
Kekerapan Potongan (Frequency Mode): {{ $trx->frequency }}
Kekerapan Maksima (Max Frequency): {{ $trx->max_attempt_count }}
@if($trx->mara_receipt_no)
No Resit MARA: {{ $trx->mara_receipt_no }}
Tarikh Resit MARA: {{ $trx->mara_receipt_date }}
@endif
No Rujukan Transaksi: {{ $trx->trx_ref }}
@endsection @section('button-block') @parent @if($trx->type->category == 'E') Kembali @else Kembali @endif @endsection