Detail Client

Nama: {{ $client->nama }}
No Akta Pendirian: {{ $client->no_akta_pendirian }}
Tanggal Pembuatan: {{ $client->tgl_pembuatan_pendirian }}
Nama Notaris: {{ $client->nama_notaris_pendirian }}
Edit Print

Histori Perubahan

@foreach($client->histories as $history) @endforeach
Tanggal Perubahan
{{ $history->created_at }} @php $data_sebelumnya = json_decode($history->data_sebelumnya, true); @endphp
    @foreach($data_sebelumnya as $key => $value)
  • {{ ucfirst(str_replace('_', ' ', $key)) }}: {{ is_array($value) ? implode(', ', $value) : $value }}
  • @endforeach