What are their two app.blade.php files in Laravel Spark?
So technically there are more, but haven't been able to grok why there is one at
.../resources/views/vendor/spark/layouts/app.blade.php
and then another again at
.../resources/views/vendor/spark/layouts/app.blade.php
I feel I should understand this before I go changing either. 😃
You should look for which one extends which app layout, but in any case, the first ones you shared are the one that should be modified by you, not the other two. As if you need to update the spark library you will have conflicts in case they change something in there :)