@extends('_layout.main') @section('content') @include('components.page-indicator', [ 'page' => 'Konfirmasi', 'path' => ['Beranda', 'Konfirmasi'], ])

Konfirmasi

@csrf @method('PUT')
@csrf
@include('components.input', [ 'label' => 'Jumlah Pembelian', 'name' => 'amount', 'readonly' => true, 'value' => "RP $balance->amount", ])
@include('components.input', [ 'label' => 'Catatan', 'name' => 'note', ])

Unggah

Kembali

Riwayat

@include('components.print')
@if (count($histories) != 0) @foreach ($histories as $history) @endforeach @else @endif
Tanggal Faktur Jumlah Pembayaran Ke Info
{{ $history->created_at }} {{ $history->code }} @money($history->amount) {{ $history->paymentTo }} {{ $history->note }}
Data tidak tersedia di tabel

Menampilkan 1 hingga 10 dari 13 entri

@endsection