13 lines
393 B
PHP
13 lines
393 B
PHP
@extends('layouts.master')
|
|
|
|
@section('title', $pagetitle)
|
|
|
|
@section('content')
|
|
<h1>Infos <small>...</small></h1>
|
|
<div class="jumbotron">
|
|
<h1>Jumbotron</h1>
|
|
<p>This is a simple hero unit, a simple jumbotron-style component for calling extra attention to featured content or information.</p>
|
|
<p><a class="btn btn-primary btn-lg">Learn more</a></p>
|
|
</div>
|
|
@endsection
|