Проверьте, является ли запрос AJAX в Laravel

if($request->ajax()){
  return "ajax request";
}
Isaac