@extends('layout.app') @section('title', 'Laporan Keuangan - Sistem Manajemen ISP') @section('content')
Filter Periode
Revenue Trend
Payment Methods
Package Revenue
Recent Payments
@forelse($data['recent_payments'] as $payment) @empty @endforelse
Tanggal Customer Amount Method Status
{{ $payment->tanggal_pembayaran->format('d/m/Y') }} {{ $payment->tagihan->pelanggan->nama_lengkap }} Rp {{ number_format($payment->jumlah_pembayaran, 0, ',', '.') }} {{ $payment->metode_pembayaran }} {{ $payment->status }}
Tidak ada data pembayaran
@endsection @section('scripts') @endsection