Ignore:
Timestamp:
10/19/21 17:46:21 (3 years ago)
Author:
beratkjufliju <kufliju@…>
Branches:
develop, master
Children:
6b95845
Parents:
b9c4a92
Message:

added files crud in table

File:
1 edited

Legend:

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

    rb9c4a92 rea7b12a  
    7575                                    <td>{{$user->phone_number}}</td>
    7676                                    <td>{{ $user->getCreatedByName() }}</td>
    77                                     <td>{{ date('d.m.Y', strtotime($user->created_at)) }}</td>
     77                                    <td>{{ date('d.m.Y - H:i', strtotime($user->created_at)) }}</td>
    7878                                    @if($user->updated_at==NULL)
    7979                                        <td>/</td>
Note: See TracChangeset for help on using the changeset viewer.