Created
February 15, 2017 01:52
-
-
Save ChadTaljaardt/5e6e59e8a6778af6e7d554ba6e231f7e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<tbody> | |
@foreach(Auth::user()->detections as $detection) | |
<tr> | |
<td>{{ $detection->plate_id }}</td> | |
<td>{{ $detection->updated_at->diffForHumans() }}</td> | |
<td>{{ $detection->created_at->diffForHumans() }}</td> | |
</tr> | |
@endforeach |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment