10 lines
143 B
PHP
10 lines
143 B
PHP
|
@extends('default')
|
||
|
|
||
|
@section('title')
|
||
|
Home
|
||
|
@endsection
|
||
|
|
||
|
@section('content')
|
||
|
<h1>HOMEPAGE!</h1>
|
||
|
<p>Placeholder text</p>
|
||
|
@endsection
|