. was not found. Are you sure the view exists and is a .blade.php file? code example
Example 1: view index not found. laravel
php artisan config:cache
php artisan route:cache
Example 2: InvalidArgumentException View [pages.todo-list] not found.
php artisan optimize --force
php artisan config:cache
php artisan route:cache