Berhasil!
{{ session('message') }}
Gagal Import!
{{ session('error') }}
{{ $file->getClientOriginalName() }}
Siap diproses
@elseKlik atau seret file CSV ke sini
Format: CSV (Comma delimited)
@endifFormat Kolom Wajib:
NAMA_DEBITUR, PLAFOND_RP, TOTAL, TENOR, ANGSURAN_KE, TANGGAL_CAIR, NO_REKENING
Total Baris
{{ count($previewData) }}
Match Member
{{ collect($previewData)->where('status', 'MATCH')->count() }}
Upload file untuk melihat preview
| Nama (CSV) | Member Match? | Plafond | Total Angsuran | Ke | Tenor | Tgl Cair |
|---|---|---|---|---|---|---|
| {{ $row['raw']['NAMA_DEBITUR'] }} | @if($row['status'] == 'MATCH') {{ $row['member']->name }} @else Not Found @endif | {{ number_format((float) $row['raw']['PLAFOND_RP'], 0, ',', '.') }} | {{ number_format((float) $row['raw']['TOTAL'], 0, ',', '.') }} | {{ $row['raw']['ANGSURAN_KE'] }} | {{ $row['raw']['TENOR'] }} | {{ $row['raw']['TANGGAL_CAIR'] }} |