@extends('layouts.app') @section('pageTitle', 'Rekapitulasi - Detail') @section('content') @include('notify')
@if(!empty($detail->data_cust))
{{$detail->data_cust->pelanggan_name}}
{{number_format($detail->data_cust->total_beli,0,",",".")}}
{{$detail->data_cust->pelanggan_term}}
{{number_format($detail->data_cust->total_bayar,0,",",".")}}
{{number_format($detail->data_cust->pelanggan_plafon,0,",",".")}}
{{number_format($detail->data_cust->total_balance,0,",",".")}}
@if(!empty($detail->data_cust->nilai_utang_plafon)) @endif
@endif
@if(!empty($piutang->data)) @foreach($piutang->data as $post) @endforeach @else @endif
# Waktu Entry ID Trans. Kategori No Faktur/Resi Waktu Trans Kredit Debet
{{ ++$i }} {{date('d-M-Y H:m', strtotime($post->created_at))}} {{ $post->transaction_number }} {{ $post->kategori }} {{ $post->invoice }} {{date('d M Y', strtotime($post->transaction_date))}} {{ number_format($post->kredit,0,",",".") }} {{ number_format($post->debet,0,",",".") }}
Belum ada data
{!! $metadata->pagination !!}
@endsection @section('custom_js') @endsection