@extends('layouts.main') @section('content')
| # | Nama | Username/No HP | No ODP | Tgl Lahir | Tipe Bayar | Biaya Reg. | Status | Cetak PDF | Aksi | |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ ($customers->currentPage() - 1) * $customers->perPage() + $index + 1 }} |
{{ $customer->name }}
@if($customer->no_ktp)
KTP: {{ $customer->no_ktp }} @endif |
{{ $customer->username ?? $customer->phone }} | {{ $customer->email ?? '-' }} | @if($customer->odp) {{ $customer->odp }} @else - @endif | {{ $customer->tanggal_lahir ?? '-' }} | @if($customer->type_bayar == 1) Bayar @elseif($customer->type_bayar == 2) Free @else Default @endif | @if($customer->jum_biaya_registrasi > 0) Rp {{ number_format($customer->jum_biaya_registrasi, 0, ',', '.') }} @else Rp 0 @endif | Calon | Cetak PDF |