input('location_id'); // Store location ID in session session(['location_id' => $locationId]); return response()->json(['success' => true]); } }