@extends('layouts.genindex') @section('title') Akaun SKIPMA @endsection @section('subtitle', 'Akaun SKIPMA melalui bayar@MARAeps') @section('list') @if($accounts->count() <= 0)
@else @foreach($accounts as $account)
{{ $account->account_no }}
@if ($account->owner_name) Nama Pemilik Akaun: {{ strtoupper($account->owner_name) }}
@endif ID Pemilik Akaun: {{ strtoupper($account->user_id) }}
Nilai Akaun (RM): {{ number_format($account->total_value,2) }}
Sila pastikan butiran adalah tepat sebelum meneruskan pendaftaran direct debit (e-mandate)

Buat Bayaran

@if ($account->activeDD())

eMandate Aktif

@else

Direct Debit

@endif
@endforeach @endif @endsection