laravel Views

There is a directory named resource/views inside the larval application. In this directory we store our blade files and to see the layout of this file, we can see this file by calling on the route. Can see. The view in the laravel is used to show the layout of the webpage. The html and […]

See More