add column nama at operasi approval
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
@section('content')
|
||||
<div class="container">
|
||||
<div class="row justify-content-center mt-5">
|
||||
<div class="col-md-8">
|
||||
<div class="col-md-12">
|
||||
<div class="card">
|
||||
|
||||
<nav aria-label="breadcrumb">
|
||||
|
||||
@@ -28,6 +28,7 @@
|
||||
<tr>
|
||||
<th>Cawangan</th>
|
||||
<th>No Kad Pengenalan</th>
|
||||
<th>Nama Anggota</th>
|
||||
<th>Komen</th>
|
||||
<th>Tarikh/Masa</th>
|
||||
<th>Tindakan</th>
|
||||
@@ -39,6 +40,7 @@
|
||||
<tr>
|
||||
<td>{{ $k['cawangan'] }}</td>
|
||||
<td>{{ $approval['nokp'] }}</td>
|
||||
<td>{{ $approval['nama'] ?? '-' }}</td>
|
||||
<td>{{ $approval['komen'] ?? '—' }}</td>
|
||||
<td>{{ \Carbon\Carbon::parse($approval['created_at'])->timezone('Asia/Kuala_Lumpur')->format('d/m/Y h:i A') }}</td>
|
||||
<td>
|
||||
|
||||
Reference in New Issue
Block a user