diff options
Diffstat (limited to 'resources/views/guestbook.blade.php')
-rw-r--r-- | resources/views/guestbook.blade.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/guestbook.blade.php b/resources/views/guestbook.blade.php index f9f04ca..667eba8 100644 --- a/resources/views/guestbook.blade.php +++ b/resources/views/guestbook.blade.php @@ -56,7 +56,7 @@ @php $user_agent = $parser->parse($entry->agent); @endphp - <div class="section"> + <div class="gb-entry"> Submitted by <strong>{{ $entry->name }}</strong> on <strong>{{ $entry->created_at->format('Y-m-d') }}</strong> at <strong>{{ $entry->created_at->format('h:i:s A (e)') }}</strong> |