@extends('layouts.genindex') @section('title') {{ $trx->type->trx_type }} @endsection @section('subtitle') {{ $trx->trx_transaction_time != 0 ? $trx->trx_transaction_time : '' }} | {{ $trx->transaction_status }}
{{ $trx->eps_transaction_msg}}
@endsection @section('filter-buttons') @if($trx->berjaya())
@endif @endsection @section('list')
{{ $trx->trx_description }}
@if( !empty($additional_details) )
{{ $additional_details['label'] }}: {{ $additional_details['desc'] }}
@endif
Nilai: RM {{ $trx->trx_amount }}
Carabayar: @if( strcmp($trx->payment_method, "FPX") == 0 ) {{ $trx->bank->display_name }} @elseif( strcmp($trx->payment_method, "EDC") == 0 ) {{ 'Kaunter EDC MARA' }} @endif
Nama Pembayar: {{ $trx->user_name }}
ID Pembayar: {{ $trx->user_id_no }}
@if( $trx->fpx_txn_id && strcmp($trx->payment_method, "FPX") == 0 )
FPX Transaction ID: {{ $trx->fpx_txn_id }}
@endif @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 Kembali @endsection