@extends('layouts.app') {{-- title --}} @section('title','Transaksi Pembayaran') {{-- vendor scripts --}} @section('vendor-styles') @endsection {{-- page-styles --}} @section('page-styles') @endsection @section('content')

Tambah @yield('title')

@csrf @include('pages.keuangan.payments.form')
     
  • Tanggal

    {{ $currentDate }}

 
 
Id V-A Name Tagihan Sisa Tagihan Cicilan Note Status Bayar
@endsection {{-- vendor scripts --}} @section('vendor-scripts') @endsection {{-- page scripts --}} @section('page-scripts') @endsection