@extends('layouts.app') @section('title','Chart of Account') @section('content')
| ID | Data | Dibuat | Aksi |
|---|---|---|---|
| #{{ $item->getKey() }} | {{ $item->nama_lengkap ?? $item->nama_mitra ?? $item->nama_akun ?? $item->no_pengajuan ?? $item->nomor_pengajuan ?? $item->no_voucher ?? $item->kode_transaksi ?? $item->nama_pelanggan ?? 'Data' }} | {{ optional($item->created_at)->format('d/m/Y') ?? '-' }} | DetailEdit |
| Belum ada data. | |||