Skip to content

Commit

Permalink
fix route name
Browse files Browse the repository at this point in the history
  • Loading branch information
fredbradley committed Apr 11, 2024
1 parent 2c086c3 commit 792fefa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/layouts/raiseaconcern.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
@endguest
</ul>
@if (auth()->user())
<form class="d-flex" role="logout" action="{{ route('logout') }}" method="POST">
<form class="d-flex" role="logout" action="{{ route('raiseaconcern.logout') }}" method="POST">
@csrf
<button class="btn btn-danger" type="submit">Logout</button>
</form>
Expand Down

0 comments on commit 792fefa

Please sign in to comment.