require_once not working

If the file you are trying to include is in child theme folder then try following:

require(get_stylesheet_directory_uri().'/ayah.php');