aswi2020merlot-gitlab/resources/views/pages/info.blade.php @ c66c7237
1 |
@extends('layouts.app') |
---|---|
2 | |
3 |
@section('content') |
4 |
<h1>{{$title}}</h1> |
5 |
<p>This is the laravel application from the MERLOT Group.</p> |
6 |
@endsection |