Skip to content

Commit

Permalink
Fixed success message
Browse files Browse the repository at this point in the history
  • Loading branch information
JakyeRU committed Aug 4, 2024
1 parent 9916a08 commit 5053212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/views/welcome.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class="rounded-md px-3 py-2 text-black ring-1 ring-transparent transition hover:

<span class="font-medium">
<strong>{{ __('Success') }}!</strong>
</span> {!! session()->get('error') !!}
</span> {!! session()->get('success') !!}
</div>
@endif

Expand Down

0 comments on commit 5053212

Please sign in to comment.