Projekt

Obecné

Profil

Stáhnout (206 Bajtů) Statistiky
| Větev: | Tag: | Revize:
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
(1-1/2)