@slot('title','Pengajuan Kebutuhan') {{-- @slot('subtitle','Detail Barang') --}} @slot('icon','upload') @push('script-bottom') {{-- select2 --}} @endpush @push('style') {{-- select2 --}} @endpush
| No | Nama Barang | Kategori | Jumlah | Deskripsi | Tanggal Diajukan | Status |
|---|---|---|---|---|---|---|
| {{ $no++ }} | {{ $p->nama_barang }} | {{ $p->jenis }} | {{ $p->jumlah }} | {{ $p->deskripsi }} | {{ $p->created_at->format('d F Y') }} | {{ $p->status }}
@if ($p->status == 'tolak' || $p->status == 'terima') Detail @endif |
Belum ada Produk Pengajuan Kebutuhan |
||||||