@extends('emandate.base') @section('page_styles') @endsection @section('form-name')
@endsection @section('pay-details')

Pengubahsuaian e-Mandate (Maintenance)

Akaun Anda: {{ $account->account_no }}

@if ($account->is_lot) Akaun SEWA
@elseif ( $account->account ) {{ $account->account->AwardType->keterangan ?? $account->account->acc_type_id }}
@elseif ($account->spimAccount) Akaun SPIM
@else Akaun SKIPMA
@endif Nama Pemilik Akaun: {{ strtoupper($account->owner_name) }}
ID Pemilik: {{ strtoupper($account->owner_id) }}
@if ($account->is_lot) Nilai Sewa (RM): {{ $accountlot->amaun_sewa }}
@elseif ( $account->account ) Nilai Akaun (RM): {{ $account->account->total_value }}
@elseif ($account->spimAccount) Nilai Akaun (RM): {{ number_format($account->spimAccount->total_value, 2) }}
@elseif ($account->skipmaAccount) Nilai Akaun (RM): {{ number_format($account->skipmaAccount->total_value, 2) }}
@endif {{-- @if ( $account->account ) Nilai Akaun (RM): {{ $account->account->total_value }}
@elseif ($account->spimAccount) Nilai Akaun (RM): {{ number_format($account->spimAccount->total_value, 2) }}
@endif --}} Tarikh pendaftaran emandate: {{ $account->registration_date }}
Emandate didaftarkan oleh: {{ strtoupper($account->user->fullname) }}
ID Pendaftar Emandate: {{ $account->user_id }}
Tarikh Mula: {{ $account->start_date }}
Tarikh Tamat: @if( $account->end_date ) {{ $account->end_date }} @else Mengikut jadual bayaran balik @endif
{{ $account->trx()->where('transaction_status', 'SUCCESS')->whereNotIn('transaction_type', ["ES", "EM", "ET"])->count() }} bayaran berjaya @if ($account->is_lot) {{-- display nothing if it is sewa lot --}} @elseif( $account->scheduleDetail()->exists() && !$account->is_lot)
Jadual bayaran balik @elseif( $account->scheduleDetailSkipma()->exists() && !$account->is_lot)
Jadual bayaran balik @else Akaun ini belum mempunyai jadual bayaran balik @endif
Seller order No/Mandate No: {{ $submission->seller_order_no }}
@include('emandate.schedule') @endsection @section('pay-amount')
@endsection @section('pay-options')
{{ $submission->banking_type->description }} ({{ $submission->banking_type->code }})

Dengan meneruskan transaksi anda bersetuju dengan deklarasi berikut:
I fully understand and agree to the Terms & Conditions of Direct Debit services and I acknowledge that upon successful completion of this maintenance transaction, RM1.00 shall be debited from my selected account to ensure the said account is active for the purpose of application for this service. Please note that Majlis Amanah Rakyat (MARA) at its sole discretion may refund the RM1.00 subject to its own Terms & Condition
@endsection @section('button-block') @parent Kembali @endsection @section('page_scripts') @endsection