Your middleware file name or class name is CheckApikey
But you registered it as Apikey
Laravel is case-sensitive → mismatch → class not found.
Fix the class path in Kernel.php and everything will work.
Kernel.php