{{ number_format($rows->total()) }} dokumen BKK.
| @if (in_array($col, ['document_no', 'document_date'], true)) @else {{ $label }} @endif | @endforeachAksi | |||||
|---|---|---|---|---|---|---|
| {{ $cp->document_no }} | {{ $cp->lpk_number ?? '-' }} | {{ \Carbon\Carbon::parse($cp->document_date)->format('d/m/Y') }} | {{ $cp->project?->name ?? '-' }} | {{ number_format($cp->items->sum('amount'), 0, ',', '.') }} | @if ($cp->status === 9) Batal @elseif ($cp->status === 3) Closed @else Open @endif |
@if ($cp->status === 1)
@elseif ($cp->status === 3)
@endif
@if ($cp->status !== 9 && $cp->status !== 3)
Edit
@endif
|
|
Tidak ada BKK. Tambah BKK |
||||||