Browse Source

add phone number

master
farhan 3 months ago
parent
commit
2c27ae4908
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      resources/views/attendance.blade.php

+ 4
- 0
resources/views/attendance.blade.php View File

@@ -17,6 +17,7 @@
17 17
                 <tr>
18 18
                     <th>Nama</th>
19 19
                     <th>Bilangan</th>
20
+                    <th>No Tel</th>
20 21
                 </tr>
21 22
                 </thead>
22 23
                 <tbody>
@@ -24,6 +25,7 @@
24 25
                 <tr>
25 26
                     <td>{{$vip->name}}</td>
26 27
                     <td>{{$vip->member}}</td>
28
+                    <td>{{$vip->phone}}</td>
27 29
                 </tr>
28 30
                 @endforeach
29 31
                 </tbody>
@@ -37,6 +39,7 @@
37 39
                 <tr>
38 40
                     <th>Nama</th>
39 41
                     <th>Bilangan</th>
42
+                    <th>No Tel</th>
40 43
                 </tr>
41 44
                 </thead>
42 45
                 <tbody>
@@ -44,6 +47,7 @@
44 47
                 <tr>
45 48
                     <td>{{$general->name}}</td>  
46 49
                     <td>{{$general->member}}</td>
50
+                    <td>{{$general->phone}}</td>
47 51
                 </tr>
48 52
                 @endforeach
49 53
                 </tbody>

Loading…
Cancel
Save