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

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

@if (!$editable) Alasan tidak bisa edit
  • Sudah di Closing
@endif @if (!$receivable)
Error: {{__('Receivable Payment')}} tidak ditemukan. Go Back
@return; @endif
@csrf @method('PUT')
{{__('Receivable Payment')}}




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