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
Source:stackexchange.com
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