Skip to content

Instantly share code, notes, and snippets.

@ChadTaljaardt
Created February 15, 2017 01:52
Show Gist options
  • Save ChadTaljaardt/5e6e59e8a6778af6e7d554ba6e231f7e to your computer and use it in GitHub Desktop.
Save ChadTaljaardt/5e6e59e8a6778af6e7d554ba6e231f7e to your computer and use it in GitHub Desktop.
<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