mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-04-04 21:51:00 +02:00
Update users.blade.php
This commit is contained in:
parent
5c26f1e8ab
commit
43dc168ced
@ -49,8 +49,8 @@
|
|||||||
<tbody>
|
<tbody>
|
||||||
@foreach($users as $user)
|
@foreach($users as $user)
|
||||||
<?php
|
<?php
|
||||||
$dateString = $user->created_at;
|
$date = date('d.m.Y', strtotime($user->created_at));
|
||||||
$date = date('d.m.Y', strtotime($dateString));
|
if(!isset($user->created_at)){$date = "NULL";}
|
||||||
?>
|
?>
|
||||||
<tr>
|
<tr>
|
||||||
<td data-id>{{ $user->id }}</td>
|
<td data-id>{{ $user->id }}</td>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user