aswi2020merlot-gitlab/resources/views/index.blade.php @ c66c7237
1 |
@extends('layouts.app') |
---|---|
2 |
|
3 |
@section('content') |
4 |
<div class="jumbotron text-center"> |
5 |
<h1>{{$title}}</h1> |
6 |
<p>This is the laravel application from the MERLOT Group.</p> |
7 |
</div> |
8 |
@endsection |