@extends('layouts.master') @section('title', 'Daftar Pelunasan Piutang') @section('css') @endsection @section('content')
{{__('Receivable Payment')}}
Tambah Baru @if(Auth::user()->username=='superadminICT') @endif
@foreach ($receivables as $receivable) @endforeach
No Nomor Pelunasan Piutang Tanggal Pelunasan Piutang Pelanggan Total Pembayaran Action
{{ $loop->iteration }} {{ $receivable->receivable_payment_number }} {{ \Carbon\Carbon::parse($receivable->receivable_payment_date)->format('d M Y') }} {{$receivable->customer->customer_name}} Rp {{ number_format($receivable->total_debt,0,'.',',') }} visibility print
No Nomor Pelunasan Piutang Tanggal Pelunasan Piutang Pelanggan Total Pembayaran Action
@if (session('success')) @endif @if (session('error')) @endif @endsection @section('scripts') @endsection