@extends('layouts.app') @section('title', 'Detail Customer') @push('addon-style') @endpush @section('breadcrumb')
@endsection @section('title-section', 'Detail Customer') @section('content')| Keterangan | No. Invoice | Tanggal | Total Tagihan | Status |
|---|---|---|---|---|
| {{ 'Pembayaran Ke - ' . $pembayaran->tahapan }} | {{ $pembayaran->no_invoice }} | {{ $pembayaran->tgl_invoice }} | {{ 'Rp. ' . number_format($pembayaran->price, 0, ',', '.') }} | @if ($pembayaran->status == 'BILLING') {{ $pembayaran->status }} @endif @if ($pembayaran->status == 'PAID') {{ $pembayaran->status }} @endif |
| Nama Timeline | Tanggal Awal | Tanggal Akhir | Keterangan | Action |
|---|---|---|---|---|
| {{ $timeline->prosesLayanan->nama_proses }} | {{ $timeline->tgl_awal }} | {{ $timeline->tgl_akhir }} | {{ $timeline->keterangan }} |
| Proses | Tanggal Mulai | Tanggal Selesai | Keterangan | Status | Action |
|---|---|---|---|---|---|
| {{ $progress->prosesLayanan->nama_proses }} | {{ $progress->tanggal_mulai ?? null }} | {{ $progress->tanggal_selesai ?? null }} | {{ $progress->keterangan ?? null }} | @if ($progress->status == 'SELESAI') {{ $progress['status'] }} @endif @if ($progress->status == 'PENDING') {{ $progress->status }} @endif @if ($progress->status == 'PROSES') {{ $progress->status }} @endif @if ($progress->status == 'BATAL') {{ $progress->status }} @endif | Edit |
| Catatan | Action |
|---|---|
| {{ $catatan->catatan }} |