[Vuejs]-Trying to get property of non-object on laravel with axios

0👍

I think it because of this

$totalrecieved=$request->query('$totalrecieved');

to

$totalrecieved=$request->query('totalrecieved');

0👍

solved
the problem was just calling auth() without defining it

Leave a comment