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

Loading…
Cancel
Save