Index: resources/views/dashboard/users/index.blade.php
===================================================================
--- resources/views/dashboard/users/index.blade.php	(revision 9c3c2246e22d3bc96e924ed45ab31a31b258edd8)
+++ resources/views/dashboard/users/index.blade.php	(revision 678747fbc4fe258276a6dac9141ffbbb491217ab)
@@ -36,6 +36,6 @@
     <div class="row">
         <div class="col-md-12">
-            <div class="card">
-                <div class="card-body">
+{{--            <div class="card">--}}
+{{--                <div class="card-body">--}}
                     <div class="table-responsive">
                         <table id="user-list" class="table">
@@ -46,5 +46,5 @@
                                 <th>Username</th>
                                 <th>Name</th>
-{{--                                <th>Created by</th>--}}
+                                <th>Created by</th>
                                 <th>Created at</th>
                                 <th>Updated at</th>
@@ -83,5 +83,5 @@
                                     <div class="font-weight-light p-1">{{$user->phone_number}}</div>
                                     </td>
-{{--                                    <td>{{ $user->getCreatedByName() }}</td>--}}
+                                    <td>{{ $user->getCreatedByName() }}</td>
                                     <td>{{ date('d.m.Y - H:i', strtotime($user->created_at)) }}</td>
                                     @if($user->updated_at==NULL)
@@ -115,5 +115,4 @@
                                 </tr>
 
-                                <div class="col-md-12">
                                 <div class="modal fade" id="editModal_{{$user->id}}" tabindex="-1" role="dialog" aria-hidden="true">
                                     <div class="modal-dialog modal-dialog-centered modal-lg" role="document">
@@ -207,7 +206,5 @@
                                     </div>
                                 </div>
-                                </div>
-                                <div class="row">
-                                <div class="col-md-6">
+
                                 <div class="modal fade" id="deleteModal_{{$user->id}}" tabindex="-1" role="dialog" aria-hidden="true">
                                     <div class="modal-dialog modal-dialog-centered" role="document">
@@ -236,6 +233,5 @@
                                     </div>
                                 </div>
-                                </div>
-                                </div>
+
                             @endforeach
                             </tbody>
@@ -244,7 +240,7 @@
                     </div>
                 </div>
-            </div>
-        </div>
-    </div>
+{{--            </div>--}}
+{{--        </div>--}}
+{{--    </div>--}}
 
 
