Model::orderBy('id', 'desc')->first(); ? Are you doing in a loop ?
Change the order of the routes. First the ones without the variable and then with the variable. And...
If you're receiving 401 it means the token might not be sent in the axios request to API therefore t...
Check out required_if validator rule and required_with, required_without https://laravel.com/docs/6....
"...check to see if you have the correct PHP extensions installed" from https://stackoverf...
The Laravel portal for problem solving, knowledge sharing and community building.