If anyone counter this issue again, the reason for me was the view option was set to false on the fortify config:
// config/fortify.php <?php use Laravel\Fortify\Features; return [ //... 'views' => true, //... ];