@extends('layout.app') @section('title', 'Catat Pembayaran - Sistem Manajemen ISP') @section('content')
payment Form Catat Pembayaran
@csrf
@error('tagihan_id')
{{ $message }}
@enderror
@if($tagihan)
info Info Tagihan:
No. Invoice: {{ $tagihan->nomor_invoice }}
Pelanggan: {{ $tagihan->pelanggan->nama ?? 'Pelanggan tidak tersedia' }}
Total Tagihan: Rp {{ number_format($tagihan->total_tagihan, 0, ',', '.') }}
@endif
@error('tanggal_pembayaran')
{{ $message }}
@enderror
Rp
@error('jumlah_pembayaran')
{{ $message }}
@enderror
@error('metode_pembayaran')
{{ $message }}
@enderror @if($hasActiveGateway) check_circlePayment Gateway aktif dan siap digunakan @else warningPayment Gateway belum dikonfigurasi @endif
@error('kode_pembayaran')
{{ $message }}
@enderror
@error('keterangan')
{{ $message }}
@enderror
closeBatal
Informasi
auto_awesomePayment Gateway Otomatis:
  • Tripay/Flip - Pembayaran otomatis terintegrasi
  • Virtual Account, QRIS, E-Wallet
  • Konfirmasi otomatis tanpa perlu approval admin
  • Real-time notification status pembayaran
infoMetode Lain:
  • Transfer Bank - Perlu upload bukti & konfirmasi admin
  • Tunai/Cash - Langsung disetujui sistem
warningPenting:

Gunakan Payment Gateway untuk proses pembayaran yang lebih cepat dan otomatis.

@endsection @section('scripts') @endsection