@extends('layouts.app') @section('title', 'Main page') @section('content')
Welcome in INSPINIA Laravel Starter Project
It is an application skeleton for a typical web app. You can use it to quickly bootstrap your webapp projects.
@endsection