Anybody can help me please. My site pages are working in chrome console with status 200 ok. But when I go to chrome Network area and record my site activity it gives status 200 ok suppose when I try to click on my site online user page which is showing in the screenshot I get the Bug on this page which is also showing in the screenshot. My user online routes are I also tried to post method in the route command but error is the same. I'm getting this error on all my pages but my routes are all correct.
// Set Online Status
Route::put('online', 'ProfileController@setOnline')->name('setOnline');