@extends('layouts.app')
@section('content')
<div class="jumbotron text-center">
<h1>{{$title}}</h1>
<p>This is the laravel application from the MERLOT Group.</p>
</div>
@endsection