Seems if you use nova matched with laravel why not an SPA. Just me personally, I don't like SPA's.
I do however use some pages like an spa, like an accounting app I did, updates, add new, etc is all done via a single page view with ajax. Lately I went from jquery to fetch js, but axios will be similar.
Just some thoughts on it.