@extends('layouts.finance') @section('title', 'Paylater') @section('page-title', 'Pembayaran Paylater') @section('content')
Total Paylater
Rp {{ number_format($totalPaylater, 0, ',', '.') }}
Total pembayaran paylater
Total Dibayar
Rp {{ number_format($totalPaid, 0, ',', '.') }}
Jumlah yang sudah dibayar
Sisa Tagihan
Rp {{ number_format($totalPaylater - $totalPaid, 0, ',', '.') }}
Sisa yang harus dibayar
Kelola dan pantau semua transaksi paylater Anda
| Tanggal | Deskripsi | Akun | Jenis | Total | Status | Aksi |
|---|---|---|---|---|---|---|
| {{ \Carbon\Carbon::parse($transaction->date)->format('d M Y') }} |
{{ $transaction->note }}
#{{ str_pad($transaction->id, 5, '0', STR_PAD_LEFT) }}
|
{{ $transaction->account->name }} | {{ $transaction->payment_type_label }} @if ($transaction->payment_type === 'installment') {{ $transaction->tenor }}x @endif | Rp {{ number_format($transaction->total_amount, 0, ',', '.') }} | @if ($transaction->payment_type === 'full') |