Changeset 678747f


Ignore:
Timestamp:
10/27/21 00:29:23 (3 years ago)
Author:
Berat Kjufliju <kufliju@…>
Branches:
develop, master
Children:
9b4689a
Parents:
9c3c224
Message:

bug fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • resources/views/dashboard/users/index.blade.php

    r9c3c224 r678747f  
    3636    <div class="row">
    3737        <div class="col-md-12">
    38             <div class="card">
    39                 <div class="card-body">
     38{{--            <div class="card">--}}
     39{{--                <div class="card-body">--}}
    4040                    <div class="table-responsive">
    4141                        <table id="user-list" class="table">
     
    4646                                <th>Username</th>
    4747                                <th>Name</th>
    48 {{--                                <th>Created by</th>--}}
     48                                <th>Created by</th>
    4949                                <th>Created at</th>
    5050                                <th>Updated at</th>
     
    8383                                    <div class="font-weight-light p-1">{{$user->phone_number}}</div>
    8484                                    </td>
    85 {{--                                    <td>{{ $user->getCreatedByName() }}</td>--}}
     85                                    <td>{{ $user->getCreatedByName() }}</td>
    8686                                    <td>{{ date('d.m.Y - H:i', strtotime($user->created_at)) }}</td>
    8787                                    @if($user->updated_at==NULL)
     
    115115                                </tr>
    116116
    117                                 <div class="col-md-12">
    118117                                <div class="modal fade" id="editModal_{{$user->id}}" tabindex="-1" role="dialog" aria-hidden="true">
    119118                                    <div class="modal-dialog modal-dialog-centered modal-lg" role="document">
     
    207206                                    </div>
    208207                                </div>
    209                                 </div>
    210                                 <div class="row">
    211                                 <div class="col-md-6">
     208
    212209                                <div class="modal fade" id="deleteModal_{{$user->id}}" tabindex="-1" role="dialog" aria-hidden="true">
    213210                                    <div class="modal-dialog modal-dialog-centered" role="document">
     
    236233                                    </div>
    237234                                </div>
    238                                 </div>
    239                                 </div>
     235
    240236                            @endforeach
    241237                            </tbody>
     
    244240                    </div>
    245241                </div>
    246             </div>
    247         </div>
    248     </div>
     242{{--            </div>--}}
     243{{--        </div>--}}
     244{{--    </div>--}}
    249245
    250246
Note: See TracChangeset for help on using the changeset viewer.