Skip to content

Commit

Permalink
Order create from the dashboard when logged in
Browse files Browse the repository at this point in the history
  • Loading branch information
Raccoon254 committed Jun 11, 2024
1 parent 03bd252 commit db876b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/dashboard.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</div>

<div class="flex mt-3">
<a href="{{ route('orders.index') }}"
<a href="{{ route('orders.create') }}"
class="bg-blue-500 hover:bg-blue-600 text-white font-semibold py-2 px-4 rounded-md">New
Order
</a>
Expand Down

0 comments on commit db876b4

Please sign in to comment.