@extends('templates.dashboard') @section('isi')
| No. | Nama | Total | Keperluan | Status | Actions | |
|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | @if(isset($d->User->name)){{ $d->User->name }} | @elseData User dengan ID {{ $d->user_id }} Telah di hapus.
Apakah anda ingin menghapus data kasbon ini? Data rekap kasbon akan hilang selamanya! |
@endif
Rp {{ number_format($d->nominal) }} | {{ $d->keperluan }} | @if ($d->status == 'ACC') {{ $d->status }} @else {{ $d->status }} @endif |