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

Permohonan Baru e-Mandate

{{ $account->account_no }}

@if(strcmp($account->accountClass(), "RU") == 0) @if($account->lots()->exists()) Akaun SEWA
Nama Pemilik: {{ strtoupper($account->owner_name) }}
ID Pemilik: {{ strtoupper($account->user_id) }}
Nilai Sewa (RM): {{ number_format($accountlot->amaun_sewa, 2 ) }}
Jumlah Tunggakan Sewa (RM): {{ number_format($account->amount_outstanding, 2 ) }} @else {{ $account->AwardType->keterangan ?? $account->acc_type_id }}
Nama Pemilik: {{ strtoupper($account->owner_name) }}
ID Pemilik: {{ strtoupper($account->user_id) }}
Nilai Akaun (RM): {{ $account->total_value }} @endif @else @if ( strcmp($account->accountClass(), "SPIM") == 0 ) Akaun SPIM @elseif ( strcmp($account->accountClass(), "SKIPMA") == 0 ) Akaun SKIPMA @endif
@if ($account->owner_name) Nama Pemilik: {{ strtoupper($account->owner_name) }}
@endif ID Pemilik: {{ strtoupper($account->user_id) }}
Nilai Akaun (RM): {{ $account->total_value }} @endif
@include('emandate.schedule') @endsection @section('pay-amount')
@if(strcmp($account->accountClass(), "RU") == 0) @if($account->lots()->exists()) @else @endif @else @endif
@endsection @section('emtc')
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 online application, 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