You can define simple static pages just by adding them as blade files in the
resources/views/info/
folder. If the file name is about-us.blade.php
then it will be reachable on the /info/about-us
path on your shop.
The file name, and thus the path must consist of small letters "a-z", numbers "0-9" and hyphens "-" or underscore "_".