@extends('layouts.backend.index') @section('title', $label) @section('content')
Termin | : | {{ $payment->termin }} |
No. Invoice | : | {{ $payment->invoice->number }} |
Tgl. Jatuh Tempo | : | {{ Common::dateFormat($payment->duedate, 'dd mmmm yyyy') }} |
Total Biaya | : | {{ 'Rp. ' . number_format($payment->total, 0, '', '.') }} |
Nama Pelanggan | : | {{ @$payment->invoice->customer->name }} |
Keterangan | : |