@extends('layouts.genindex') @section('title') Akaun Pinjaman Staf @endsection @section('subtitle', 'Akaun Pinjaman Staf 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->name) }}
@endif ID Pemilik Akaun: {{ strtoupper($account->id_no) }}
No Gaji: {{ strtoupper($account->no_gaji) }}
Sila pastikan butiran adalah tepat sebelum meneruskan pembayaran

Buat Bayaran

@endforeach @endif @endsection