- Timestamp:
- 10/27/21 00:29:23 (3 years ago)
- Branches:
- develop, master
- Children:
- 9b4689a
- Parents:
- 9c3c224
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
resources/views/dashboard/users/index.blade.php
r9c3c224 r678747f 36 36 <div class="row"> 37 37 <div class="col-md-12"> 38 <div class="card"> 39 <div class="card-body"> 38 {{-- <div class="card">--}} 39 {{-- <div class="card-body">--}} 40 40 <div class="table-responsive"> 41 41 <table id="user-list" class="table"> … … 46 46 <th>Username</th> 47 47 <th>Name</th> 48 {{-- <th>Created by</th>--}} 48 <th>Created by</th> 49 49 <th>Created at</th> 50 50 <th>Updated at</th> … … 83 83 <div class="font-weight-light p-1">{{$user->phone_number}}</div> 84 84 </td> 85 {{-- <td>{{ $user->getCreatedByName() }}</td>--}} 85 <td>{{ $user->getCreatedByName() }}</td> 86 86 <td>{{ date('d.m.Y - H:i', strtotime($user->created_at)) }}</td> 87 87 @if($user->updated_at==NULL) … … 115 115 </tr> 116 116 117 <div class="col-md-12">118 117 <div class="modal fade" id="editModal_{{$user->id}}" tabindex="-1" role="dialog" aria-hidden="true"> 119 118 <div class="modal-dialog modal-dialog-centered modal-lg" role="document"> … … 207 206 </div> 208 207 </div> 209 </div> 210 <div class="row"> 211 <div class="col-md-6"> 208 212 209 <div class="modal fade" id="deleteModal_{{$user->id}}" tabindex="-1" role="dialog" aria-hidden="true"> 213 210 <div class="modal-dialog modal-dialog-centered" role="document"> … … 236 233 </div> 237 234 </div> 238 </div> 239 </div> 235 240 236 @endforeach 241 237 </tbody> … … 244 240 </div> 245 241 </div> 246 </div> 247 </div> 248 </div> 242 {{-- </div>--}} 243 {{-- </div>--}} 244 {{-- </div>--}} 249 245 250 246
Note:
See TracChangeset
for help on using the changeset viewer.