Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update index.blade.php
  • Loading branch information
maikerucode committed Aug 10, 2024
commit cbe3803b8c19036e6048e6a115325c7c901df75c
2 changes: 1 addition & 1 deletion resources/views/letters/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class="mt-2 block w-full border-gray-300 focus:border-indigo-300 focus:ring focu
</x-dropdown>
@endif
</div>
@if (auth()->user()->email != 'alyssa_cutie@happybday.com')
@if (auth()->user()->email === 'alyssa_cutie@happybday.com')
<p class="mt-4 text-lg text-gray-900">{!! nl2br(e($letter->letter_body)) !!}</p>
@endif
</div>
Expand Down