@extends('layouts.master') @section('title', 'Edit Pelunasan Hutang') @section('css') @endsection @section('content')

Edit {{__('Payable Payment')}}

@if (!$payable)
Error: {{__('Payable Payment')}} tidak ditemukan. Go Back
@return; @endif
@csrf @method('POST')
{{__('Payable Payment')}} Information




Total Pembayaran: {{ number_format($payable->total_debt, 0, '.', ',') }}
Detail {{__('Payable Payment')}}
Total Pembayaran: {{ number_format($payable->total_debt, 0, '.', ',') }}
Total Pembayaran Setelah Diskon: {{ number_format($payable->total_debt, 0, '.', ',') }}
@foreach ($payable_details as $index => $detail) @endforeach
No Nomor Dokumen Tanggal Dokumen Jumlah Hutang Nominal Pembayaran Diskon Total Pembayaran Sisa Hutang Action
@if(in_array('update', $privileges)) @endif Back
@csrf @method('POST')
@if (session('success')) @endif @if (session('error')) @endif
@section('scripts') @endsection @endsection