diff --git a/resources/views/registrasi/show.blade.php b/resources/views/registrasi/show.blade.php index af13005..9e18a05 100644 --- a/resources/views/registrasi/show.blade.php +++ b/resources/views/registrasi/show.blade.php @@ -10,185 +10,14 @@ @endphp @section('content')
| - Name - | -- {{ $permohonan->debiture->name ?? "" }} - | -
| - Email - | -- {{ $permohonan->debiture->email ?? "" }} - | -
| - Phone - | -- {{ $permohonan->debiture->phone ?? "" }} - | -
| - Address - | -- {{ $permohonan->debiture->address ?? "" }} - | -
| - - | -- {{ $permohonan->debiture->village->name ?? "" }}, {{ $permohonan->debiture->district->name ?? "" }}, {{ $permohonan->debiture->city->name ?? "" }}, {{ $permohonan->debiture->province->name ?? "" }} - {{ $permohonan->debiture->village->postal_code ?? "" }} - | -
| - Cabang - | -- {{ $permohonan->debiture->branch->name ?? "" }} - | -
| - CIF - | -- {{ $permohonan->debiture->cif ?? "" }} - | -
| - Nomor Rekening - | -- {{ $permohonan->debiture->nomor_rekening ?? "" }} - | -
| - NPWP - | -- {{ $permohonan->debiture->npwp ?? "" }} - | -
| - Status Bayar - | -- {{ strtoupper(str_replace('_',' ',$permohonan->status_bayar)) }} - | -
| - Nilai NJOP - | -- {{ $permohonan->nilai_njop }} - | -