laravel 9 anchor button returning error 404
Im using an achor to click a button to navigate to other page. However, it doesnt work and return a 404 error not found. My destination blade is : inventory.blade.php: <a class="d-xl-flex align-items-xl-center" href="{{ url('inventory/add')}}" style="padding-right: 0px;margin-right: 15px;"><button class="btn btn-primary…