Changeset 9c3c224


Ignore:
Timestamp:
10/27/21 00:23:54 (3 years ago)
Author:
Berat Kjufliju <kufliju@…>
Branches:
develop, master
Children:
678747f
Parents:
65fafc4
Message:

bug fixes

File:
1 edited

Legend:

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

    r65fafc4 r9c3c224  
    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)
     
    208208                                </div>
    209209                                </div>
    210 
     210                                <div class="row">
    211211                                <div class="col-md-6">
    212212                                <div class="modal fade" id="deleteModal_{{$user->id}}" tabindex="-1" role="dialog" aria-hidden="true">
     
    237237                                </div>
    238238                                </div>
    239 
     239                                </div>
    240240                            @endforeach
    241241                            </tbody>
Note: See TracChangeset for help on using the changeset viewer.