Skip to content

Commit

Permalink
Update home.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
dsbilling committed Jan 26, 2021
1 parent 9d79604 commit 93c3e32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/home.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
<div class="card my-2">
<div class="card-header">Skin Deletion Activity</div>
<div class="card-body">
@if($activity)
@if($activity->count())
@foreach ($activity as $log)
<p class="m-0">{{ $log->created_at }}: {{ $log->properties['reason'] }}</p>
@endforeach
@else
<p>Nothing found.</p>
<p class="m-0">Nothing found.</p>
@endif
</div>
</div>
Expand Down

0 comments on commit 93c3e32

Please sign in to comment.